◐ Shell
clean mode source ↗

gh-142927: Show self time in flamegraph tooltip by ivonastojanovic · Pull Request #147706 · python/cpython

We already show self time in differential flamegraphs, but it should
be included in regular flamegraphs as well. Display the time spent
in the function body excluding callees, not just the total inclusive
time.

@ivonastojanovic ivonastojanovic changed the title Show self time in flamegraph tooltip gh-142927: Show self time in flamegraph tooltip

Mar 31, 2026

pablogsal

ljfp pushed a commit to ljfp/cpython that referenced this pull request

Apr 25, 2026
We already show self time in differential flamegraphs, but it should
be included in regular flamegraphs as well. Display the time spent
in the function body excluding callees, not just the total inclusive
time.