Skip to content

Commit d6104d5

Browse files
authored
Merge pull request #1162 from mati865/patch-1
Adjust examples for Windows as well
2 parents 47d31ca + 677798b commit d6104d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

collector/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ self-profiling results available:
195195
```pwsh
196196
$env:XPERF="C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\xperf.exe"
197197
$env:TRACELOG="C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\tracelog.exe"
198-
.\target\release\collector.exe bench_local $env:RUST_ORIGINAL Original --builds Debug --include regex --self-profile
199-
.\target\release\collector.exe bench_local $env:RUST_MODIFIED Modified --builds Debug --include regex --self-profile
198+
.\target\release\collector.exe bench_local $env:RUST_ORIGINAL --id Original --builds Debug --include regex --self-profile
199+
.\target\release\collector.exe bench_local $env:RUST_MODIFIED --id Modified --builds Debug --include regex --self-profile
200200
.\target\release\site.exe .\results.db
201201
```
202202

0 commit comments

Comments
 (0)