computer: store part 10

This commit is contained in:
nym21
2025-07-05 17:44:51 +02:00
parent 5fe984c39d
commit d31d47eb32
39 changed files with 896 additions and 486 deletions

2
crates/brk/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
profile.json.gz
flamegraph.svg

2
crates/brk/flamegraph.sh Executable file
View File

@@ -0,0 +1,2 @@
cargo build --profile profiling
flamegraph -- ../../target/profiling/brk

2
crates/brk/samply.sh Executable file
View File

@@ -0,0 +1,2 @@
cargo build --profile profiling
samply record ../../target/profiling/brk