Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 17351bd

Browse files
committed
Change frequency to 3000
1 parent 4035fc2 commit 17351bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lintcheck/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ impl Crate {
128128
"-g", // Enable call-graph, useful for flamegraphs and produces richer reports
129129
"--quiet", // Do not tamper with lintcheck's normal output
130130
"--compression-level=22",
131+
"--freq=3000", // Slow down program to capture all events
131132
"-o",
132133
&perf_data_filename,
133134
"--",

0 commit comments

Comments
 (0)