summaryrefslogtreecommitdiff
path: root/profile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'profile.sh')
-rwxr-xr-xprofile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile.sh b/profile.sh
index 473c984..91bb946 100755
--- a/profile.sh
+++ b/profile.sh
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
cargo build --example wasm-rust --profile profiling
-samply record ./target/profiling/examples/wasm-rust $@
+samply record -r 10000 ./target/profiling/examples/wasm-rust $@