From 3361f928658652bd7178f37851c9dd9fadb077c8 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Mon, 1 Jul 2024 23:17:57 +0200 Subject: chore: refactor executor, add LocalCopy instructions Signed-off-by: Henry Gressmann --- profile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profile.sh') 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 $@ -- cgit v1.3.1