cpython/Lib/profiling/sampling/_flamegraph_assets
ivonastojanovic 993e204ad4
gh-142927: Fix inverted flamegraph width (#148568)
Fix inverted flamegraph width

The inverted view used thread presence as a proxy for self time.
This missed self samples on C-level wrapper frames like _run_code,
where the node's thread always appears in its children too. Those
samples were silently dropped, causing the chart to render narrower
than full width. Now uses the explicit self field on each node
instead of the thread heuristic.
2026-04-28 17:42:21 +01:00
..
flamegraph.css gh-138122: Add differential flame graph (#145785) 2026-03-30 12:31:06 +01:00
flamegraph.js gh-142927: Fix inverted flamegraph width (#148568) 2026-04-28 17:42:21 +01:00
flamegraph_template.html gh-138122: Add differential flame graph (#145785) 2026-03-30 12:31:06 +01:00