feat: Add flamegraph

This commit is contained in:
Nathan McCarty 2023-06-08 21:56:18 -04:00
parent 95d4769c9f
commit 97d99b872d
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
3 changed files with 8 additions and 0 deletions

View File

@ -95,6 +95,8 @@
# Formatters
nixfmt
python311Packages.mdformat
# Profiling
perf-tools
] ++ buildInputs ++ nativeBuildInputs
++ map (x: self.packages.${system}.${x}) rustPackageNames;
in rec {

View File

@ -3,3 +3,4 @@ cargo-nextest
cargo-udeps
cargo-audit
samply
flamegraph

View File

@ -19,6 +19,11 @@
"pname": "cargo-udeps",
"version": "0.1.40"
},
"flamegraph": {
"hash": "sha256-StrZ0FVC5r8SlZACj4uoRc+Nma1Rb6OxdNbYD93V+pY=",
"pname": "flamegraph",
"version": "0.6.3"
},
"samply": {
"hash": "sha256-V0uAS7Oo7wv0yU5CgqqYhltwM5PXJ3GP/TLVZV2GkkI=",
"pname": "samply",