feat: Add flamegraph
This commit is contained in:
parent
95d4769c9f
commit
97d99b872d
|
@ -95,6 +95,8 @@
|
|||
# Formatters
|
||||
nixfmt
|
||||
python311Packages.mdformat
|
||||
# Profiling
|
||||
perf-tools
|
||||
] ++ buildInputs ++ nativeBuildInputs
|
||||
++ map (x: self.packages.${system}.${x}) rustPackageNames;
|
||||
in rec {
|
||||
|
|
|
@ -3,3 +3,4 @@ cargo-nextest
|
|||
cargo-udeps
|
||||
cargo-audit
|
||||
samply
|
||||
flamegraph
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue