Skip to content

Commit e0deeff

Browse files
committed
feat(perf): use a prime number as frequency to avoid synchronization with periodic tasks
1 parent d0c87a5 commit e0deeff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/run/runner/wall_time/perf

src/run/runner/wall_time/perf/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ impl PerfRunner {
126126
// Required for matching the markers and URIs to the samples.
127127
"-k",
128128
"CLOCK_MONOTONIC",
129-
"--freq=999",
129+
"--freq=997", // Use a prime number to avoid synchronization with periodic tasks
130130
"--delay=-1",
131131
"-g",
132132
"--user-callchains",

0 commit comments

Comments
 (0)