aboutsummaryrefslogtreecommitdiff
path: root/home/scripts/perf-flamegraph.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-19feat(home): add a script to create flamegraph from a processFranck Cuny1-0/+22
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'.