feat: Add flamegraph
This commit is contained in:
parent
95d4769c9f
commit
97d99b872d
|
@ -95,6 +95,8 @@
|
||||||
# Formatters
|
# Formatters
|
||||||
nixfmt
|
nixfmt
|
||||||
python311Packages.mdformat
|
python311Packages.mdformat
|
||||||
|
# Profiling
|
||||||
|
perf-tools
|
||||||
] ++ buildInputs ++ nativeBuildInputs
|
] ++ buildInputs ++ nativeBuildInputs
|
||||||
++ map (x: self.packages.${system}.${x}) rustPackageNames;
|
++ map (x: self.packages.${system}.${x}) rustPackageNames;
|
||||||
in rec {
|
in rec {
|
||||||
|
|
|
@ -3,3 +3,4 @@ cargo-nextest
|
||||||
cargo-udeps
|
cargo-udeps
|
||||||
cargo-audit
|
cargo-audit
|
||||||
samply
|
samply
|
||||||
|
flamegraph
|
||||||
|
|
|
@ -19,6 +19,11 @@
|
||||||
"pname": "cargo-udeps",
|
"pname": "cargo-udeps",
|
||||||
"version": "0.1.40"
|
"version": "0.1.40"
|
||||||
},
|
},
|
||||||
|
"flamegraph": {
|
||||||
|
"hash": "sha256-StrZ0FVC5r8SlZACj4uoRc+Nma1Rb6OxdNbYD93V+pY=",
|
||||||
|
"pname": "flamegraph",
|
||||||
|
"version": "0.6.3"
|
||||||
|
},
|
||||||
"samply": {
|
"samply": {
|
||||||
"hash": "sha256-V0uAS7Oo7wv0yU5CgqqYhltwM5PXJ3GP/TLVZV2GkkI=",
|
"hash": "sha256-V0uAS7Oo7wv0yU5CgqqYhltwM5PXJ3GP/TLVZV2GkkI=",
|
||||||
"pname": "samply",
|
"pname": "samply",
|
||||||
|
|
Loading…
Reference in New Issue