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
Copy file name to clipboardExpand all lines: s4_debugging_and_logging/profiling.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -247,7 +247,7 @@ result nicely (like `snakeviz` for `cProfile`) we are also going to use the tens
247
247
prof.export_chrome_trace("trace.json")
248
248
```
249
249
250
-
You should be able to visualize the file by going to `chrome://tracing`inany chromium-based web browser.
250
+
You should be able to visualize the file by going to `chrome://tracing`inany chromium-based web browser (provided you have enabled internal debugging pages at chrome://chrome-urls).
251
251
Can you still identify the information printed in the previous exercises from the visualizations?
252
252
253
253
5. Running profiling on a single forward step can produce misleading results, as it only provides a single sample that
0 commit comments