about summary refs log tree commit diff
path: root/tools/perf-flamegraph-pid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(tools): install dependencies correctlyFranck Cuny2022-10-291-0/+1
| | | | | | | For the python tools, we need the python runtime to be available. For this we need to specify the dependencies in `propagatedBuildInputs`. The same is true for flamegraph and perf.
* ref(tools/perf-flamegraph): move to a proper shell scriptFranck Cuny2022-10-252-0/+44
I don't want to inline shell scripts inside nix configuration, as it prevents me to use `shellcheck` to validate them for example. The script is now moved into the tool directory, and is a tiny bit more flexible, so that I can run it as my own user.