Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestion from @StanFromIreland
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
  • Loading branch information
pablogsal and StanFromIreland authored Dec 14, 2025
commit dc7c4098ba6727fc9c9ed335688328d303d15569
3 changes: 1 addition & 2 deletions Doc/library/profiling.sampling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -886,8 +886,7 @@ all relevant data is captured automatically.
:width: 100%

The Flame Graph visualization shows call stacks as nested rectangles.
Functions like ``worker_a``, ``level_1_analyze``, ``level_2_process``,
and ``level_4_compute`` are visible in the call hierarchy.
Functions names are visible in the call hierarchy.

.. figure:: tachyon-gecko-opcodes.png
:alt: Firefox Profiler Marker Chart with opcodes
Expand Down
Loading