Skip to content

Commit 656c46a

Browse files
authored
Add cswitch stacks to xperf command line
Things are sort of broken without cswitch for now.
1 parent 3ba0cc9 commit 656c46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎etw-gecko/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To install `profiler-symbol-server`, run `cargo install profiler-symbol-server`.
1919

2020
Open an Administrator command shell with Win+R, "cmd", Ctrl+Shift+Enter.
2121

22-
Start profiling session by running `xperf -on latency -stackwalk profile` in the Adminstrator shell. Then run `xperf -d out.etl` to capture it.
22+
Start profiling session by running `xperf -on latency -stackwalk profile+cswitch` in the Adminstrator shell. Then run `xperf -d out.etl` to capture it.
2323

2424
Then run `cargo run --release out.etl [process-name]` to produce a gecko.json.
2525

0 commit comments

Comments
 (0)