mirror of
https://github.com/python/cpython.git
synced 2026-05-05 01:51:01 +00:00
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. |
||
|---|---|---|
| .. | ||
| sampling | ||
| tracing | ||
| __init__.py | ||