about summary refs log tree commit diff
diff options
context:
space:
mode:
authorblyxyas <blyxyas@gmail.com>2025-02-16 21:50:58 +0100
committerblyxyas <blyxyas@gmail.com>2025-03-15 17:57:10 +0100
commit17351bd503b87758f52f9f3d8648fdee95cceacf (patch)
treeb90a40b45daf1fb915041ec0365282ff543a1e56
parent4035fc2b72e51534a573169accecbcc978f20238 (diff)
downloadrust-17351bd503b87758f52f9f3d8648fdee95cceacf.tar.gz
rust-17351bd503b87758f52f9f3d8648fdee95cceacf.zip
Change frequency to 3000
-rw-r--r--lintcheck/src/main.rs1
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,
                 "--",