Skip to content

Commit ee46553

Browse files
authored
Expand PowerShell symbol enviroment setting instructions
1 parent 656c46a commit ee46553

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
@@ -24,7 +24,7 @@ Start profiling session by running `xperf -on latency -stackwalk profile+cswitch
2424
Then run `cargo run --release out.etl [process-name]` to produce a gecko.json.
2525

2626
Now set the `_NT_SYMBOL_PATH` environment variable: `set _NT_SYMBOL_PATH=srv*C:\symbols*http://msdl.microsoft.com/download/symbols*https://symbols.mozilla.org*https://chromium-browser-symsrv.commondatastorage.googleapis.com`
27-
(use `$Env:_NT_SYMBOL_PATH = "..."` when using powershell)
27+
(use `$Env:_NT_SYMBOL_PATH = "srv*C:\symbols*http://msdl.microsoft.com/download/symbols*https://symbols.mozilla.org*https://chromium-browser-symsrv.commondatastorage.googleapis.com"` when using powershell)
2828

2929
Finally run `profiler-symbol-server gecko.json` to open the profile in profiler.firefox.com.
3030

0 commit comments

Comments
 (0)