Skip to content

Commit a86857d

Browse files
committed
Merge remote-tracking branch 'upstream/main' into gh-139757-guard-ascii
2 parents 3dafb0a + 6b9a6c6 commit a86857d

31 files changed

+1093
-634
lines changed

Doc/library/profiling.sampling.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1490,6 +1490,13 @@ Output options
14901490
named ``<format>_<PID>.<ext>`` (for example, ``flamegraph_12345.html``).
14911491
:option:`--heatmap` creates a directory named ``heatmap_<PID>``.
14921492

1493+
.. option:: --browser
1494+
1495+
Automatically open HTML output (:option:`--flamegraph` and
1496+
:option:`--heatmap`) in your default web browser after generation.
1497+
When profiling with :option:`--subprocesses`, only the main process
1498+
opens the browser; subprocess outputs are never auto-opened.
1499+
14931500

14941501
pstats display options
14951502
----------------------

Include/internal/pycore_opcode_metadata.h

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)