Skip to content

gh-142927: Show self time in flamegraph tooltip#147706

Merged
pablogsal merged 1 commit intopython:mainfrom
ivonastojanovic:flamegraph_self
Apr 4, 2026
Merged

gh-142927: Show self time in flamegraph tooltip#147706
pablogsal merged 1 commit intopython:mainfrom
ivonastojanovic:flamegraph_self

Conversation

@ivonastojanovic
Copy link
Copy Markdown
Contributor

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.

CC: @pablogsal @lkollar

The issue:

Show "self" time for functions — Display time spent in function body excluding callees, not just total inclusive time

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
@bedevere-app bedevere-app bot mentioned this pull request Mar 31, 2026
11 tasks
@pablogsal
Copy link
Copy Markdown
Member

Amazing thanks a lot @ivonastojanovic ❤️

@pablogsal pablogsal merged commit 4ff8b07 into python:main Apr 4, 2026
56 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants