Skip to content

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

Diff for: lintcheck/src/main.rs

+1
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)