cpython/Lib/profiling
Eduardo Villalpando Mello fad0674605
gh-150258: Show relative percentage on Tachyon flamegraph (#150266)
When running profiling, users rarely care about the global percentage of
the runtime. Often, they want to select a function and measure child
percentages relative to that.

This PR updates the flamegraph tooltips to show both "Percentage" and
"Relative Percentage" when the user clicks a specific function.
2026-05-23 08:31:26 -04:00
..
sampling gh-150258: Show relative percentage on Tachyon flamegraph (#150266) 2026-05-23 08:31:26 -04:00
tracing GH-65961: Stop setting __cached__ on modules (GH-142165) 2025-12-11 11:44:46 -08:00
__init__.py