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 4035fc2 commit 17351bdCopy full SHA for 17351bd
lintcheck/src/main.rs
@@ -128,6 +128,7 @@ impl Crate {
128
"-g", // Enable call-graph, useful for flamegraphs and produces richer reports
129
"--quiet", // Do not tamper with lintcheck's normal output
130
"--compression-level=22",
131
+ "--freq=3000", // Slow down program to capture all events
132
"-o",
133
&perf_data_filename,
134
"--",
0 commit comments