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
+
In order to generate flamegraphs for all the benchmarks at once you need to run the following command
10
+
```bash
11
+
flamegraph.sh -d path/to/rootbench/build/dir -a
12
+
```
13
+
To generate FlameGraphs for specific bechmark just run
0 commit comments