diff options
Diffstat (limited to 'profile.sh')
| -rwxr-xr-x | profile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ |
