You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then run `cargo run --release out.etl [process-name]` to produce a gecko.json.
25
25
26
26
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)
28
28
29
29
Finally run `profiler-symbol-server gecko.json` to open the profile in profiler.firefox.com.
0 commit comments