about summary refs log tree commit diff
path: root/home/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(home): add a script to create flamegraph from a processFranck Cuny2022-05-192-0/+27
This script (`perf-flamegraph-process') takes a process as an argument, and will run it with `perf' to capture the call graph, and will generate the flamegraph from it. The SVG is saved under `~/workspace/tmp/flamegraph'.