Skip to content

Commit c9e46b8

Browse files
Track context-switches on perf-stat collection
1 parent 18f5b87 commit c9e46b8

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)