mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-20 06:44:47 -07:00
computer: store part 10
This commit is contained in:
2
crates/brk/.gitignore
vendored
Normal file
2
crates/brk/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
profile.json.gz
|
||||
flamegraph.svg
|
||||
2
crates/brk/flamegraph.sh
Executable file
2
crates/brk/flamegraph.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
cargo build --profile profiling
|
||||
flamegraph -- ../../target/profiling/brk
|
||||
2
crates/brk/samply.sh
Executable file
2
crates/brk/samply.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
cargo build --profile profiling
|
||||
samply record ../../target/profiling/brk
|
||||
Reference in New Issue
Block a user