diff options
| author | blyxyas <blyxyas@gmail.com> | 2025-02-16 21:50:58 +0100 |
|---|---|---|
| committer | blyxyas <blyxyas@gmail.com> | 2025-03-15 17:57:10 +0100 |
| commit | 17351bd503b87758f52f9f3d8648fdee95cceacf (patch) | |
| tree | b90a40b45daf1fb915041ec0365282ff543a1e56 | |
| parent | 4035fc2b72e51534a573169accecbcc978f20238 (diff) | |
| download | rust-17351bd503b87758f52f9f3d8648fdee95cceacf.tar.gz rust-17351bd503b87758f52f9f3d8648fdee95cceacf.zip | |
Change frequency to 3000
| -rw-r--r-- | lintcheck/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lintcheck/src/main.rs b/lintcheck/src/main.rs index ab86f6ad6f9..c8b4a2c9e20 100644 --- a/lintcheck/src/main.rs +++ b/lintcheck/src/main.rs @@ -128,6 +128,7 @@ impl Crate { "-g", // Enable call-graph, useful for flamegraphs and produces richer reports "--quiet", // Do not tamper with lintcheck's normal output "--compression-level=22", + "--freq=3000", // Slow down program to capture all events "-o", &perf_data_filename, "--", |
