Skip to content

Commit 6d3719f

Browse files
committed
xpref => xperf
1 parent c5766ac commit 6d3719f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/src/execute.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ impl<'a> MeasureProcessor<'a> {
576576
let has_perf = Command::new("perf").output().is_ok();
577577
assert!(has_perf);
578578
} else {
579-
let has_xperf = Command::new(env::var("XPERF").unwrap_or("xpref.exe".to_string())).output().is_ok();
579+
let has_xperf = Command::new(env::var("XPERF").unwrap_or("xperf.exe".to_string())).output().is_ok();
580580
assert!(has_xperf);
581581

582582
let has_tracelog = Command::new(env::var("TRACELOG").unwrap_or("tracelog.exe".to_string())).output().is_ok();

0 commit comments

Comments
 (0)