cpython/Lib/profiling/sampling
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
..
_assets
_flamegraph_assets gh-150258: Show relative percentage on Tachyon flamegraph (#150266) 2026-05-23 08:31:26 -04:00
_heatmap_assets gh-149430: Fix edge-cases in profiling.sampling outputs (#149431) 2026-05-09 14:05:46 +01:00
_shared_assets
_vendor
live_collector
__init__.py
__main__.py
_child_monitor.py
_css_utils.py
_format_utils.py
_sync_coordinator.py
binary_collector.py
binary_reader.py
cli.py gh-149430: Fix edge-cases in profiling.sampling outputs (#149431) 2026-05-09 14:05:46 +01:00
collector.py gh-149718: Aggregate same stack frames in Tachyon in some collectors (#149719) 2026-05-12 23:46:21 +00:00
constants.py
dump.py
errors.py
gecko_collector.py gh-149718: Aggregate same stack frames in Tachyon in some collectors (#149719) 2026-05-12 23:46:21 +00:00
heatmap_collector.py gh-149718: Aggregate same stack frames in Tachyon in some collectors (#149719) 2026-05-12 23:46:21 +00:00
jsonl_collector.py gh-150034: Print JSONL filename when profiling finishes (#150035) 2026-05-20 04:29:48 -07:00
module_utils.py
opcode_utils.py
pstats_collector.py gh-149718: Aggregate same stack frames in Tachyon in some collectors (#149719) 2026-05-12 23:46:21 +00:00
sample.py gh-149584: Fix excessive overhead in the Tachyon profiler regarding the cache behavior (#149649) 2026-05-20 04:32:08 -07:00
stack_collector.py gh-149718: Aggregate same stack frames in Tachyon in some collectors (#149719) 2026-05-12 23:46:21 +00:00
string_table.py