Skip to content

Commit 524ee15

Browse files
Merge pull request #1015 from Mark-Simulacrum/track-cs
Track context-switches on perf-stat collection
2 parents 18f5b87 + c9e46b8 commit 524ee15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/src/rustc-fake.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fn main() {
5252
.env("LC_NUMERIC", "C")
5353
.arg("-x;")
5454
.arg("-e")
55-
.arg("instructions:u,cycles:u,task-clock,cpu-clock,faults")
55+
.arg("instructions:u,cycles:u,task-clock,cpu-clock,faults,context-switches")
5656
.arg("--log-fd")
5757
.arg("1")
5858
.arg("setarch")

0 commit comments

Comments
 (0)