You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flamegraph.sh is a script that generates Flame Graphs for each benchmark in `rootbench.git`. More information on Flame Graphs can be found [here](http://www.brendangregg.com/flamegraphs.html).
4
+
5
+
## Options
6
+
7
+
See the USAGE message (--help) for options.
8
+
9
+
To generate only CPU or only memory Flame Graphs, use `-c` or `-m` respectively. To generate both CPU and memory Flame Graphs for all benchmarks at once run the following command:
10
+
```bash
11
+
flamegraph.sh -d path/to/rootbench/build/dir -a -c -m
12
+
```
13
+
14
+
To generate Flame Graphs for specific benchmark just run the following command with `-c` or `-m` options or both:
0 commit comments