From 17351bd503b87758f52f9f3d8648fdee95cceacf Mon Sep 17 00:00:00 2001 From: blyxyas Date: Sun, 16 Feb 2025 21:50:58 +0100 Subject: Change frequency to 3000 --- lintcheck/src/main.rs | 1 + 1 file changed, 1 insertion(+) 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, "--", -- cgit 1.4.1-3-g733a5