Skip to content

Commit f00b9ca

Browse files
Merge pull request #1031 from Mark-Simulacrum/all-events
self-profile with all events locally
2 parents 7374a43 + e3af46a commit f00b9ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

collector/src/rustc-fake.rs

+1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ fn main() {
161161

162162
"self-profile" => {
163163
let mut cmd = Command::new(&tool);
164+
cmd.arg("-Zself-profile-events=all");
164165
cmd.arg("-Zself-profile=Zsp").args(&args);
165166

166167
assert!(cmd.status().expect("failed to spawn").success());

0 commit comments

Comments
 (0)