Skip to content

Commit 9998272

Browse files
Finding on-cpu performance hotspots by attaching profiling tools/probers: support for perf (a.k.a. perf_events) record + flame graphs (#121)
* [wip] WIP on perf profiler * [add] first version of profiler with perf:record working as expected * [add] Finding on-cpu performance hotspots by attaching profiling tools/probers: support for perf (a.k.a. perf_events) record + flame graphs
1 parent 05b86aa commit 9998272

File tree

9 files changed

+2167
-12
lines changed

9 files changed

+2167
-12
lines changed

poetry.lock

Lines changed: 176 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "redisbench-admin"
3-
version = "0.1.83"
3+
version = "0.2.0"
44
description = "Redis benchmark run helper. A wrapper around Redis and Redis Modules benchmark tools ( ftsb_redisearch, memtier_benchmark, redis-benchmark, aibench, etc... )."
55
authors = ["filipecosta90 <[email protected]>"]
66
readme = "README.md"
@@ -26,6 +26,7 @@ python_terraform = "^0.10.1"
2626
GitPython = "^3.1.12"
2727
PyYAML = "^5.4.0"
2828
wget = "^3.2"
29+
pytablewriter = "^0.60.0"
2930

3031
[tool.poetry.dev-dependencies]
3132
pytest = "^4.6"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Apache License Version 2.0
2+
#
3+
# Copyright (c) 2021., Redis Labs Modules
4+
# All rights reserved.
5+
#

0 commit comments

Comments
 (0)