We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d25a3 commit 603364bCopy full SHA for 603364b
src/run/runner/wall_time/perf/mod.rs
@@ -133,6 +133,7 @@ impl PerfRunner {
133
"--freq=997", // Use a prime number to avoid synchronization with periodic tasks
134
"--delay=-1",
135
"-g",
136
+ "--compression-level=1", // minimal compression to reduce overhead
137
"--user-callchains",
138
&format!("--call-graph={cg_mode}"),
139
&format!(
0 commit comments