Skip to content

Commit aa0353c

Browse files
chore: pritn output do debug CI test
1 parent 0b960f6 commit aa0353c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/run/runner/wall_time/perf/perf_executable.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ pub fn get_event_flags(perf_executable: &OsString) -> anyhow::Result<Option<Stri
7777

7878
let stdout = String::from_utf8_lossy(&output.stdout);
7979

80+
println!("Perf list output:\n{}", stdout);
81+
8082
// Check for the three required events
8183
let has_cycles = stdout.lines().any(|line| line.contains(CYCLES_EVENT_NAME));
8284
let has_cache_references = stdout

0 commit comments

Comments
 (0)