You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grafakus
changed the title
[feature] Visualize when there's inlining happening between two nodes in a flamegraph
Visualize when there's inlining happening between two nodes in a flamegraph
Jan 24, 2025
grafakus
changed the title
Visualize when there's inlining happening between two nodes in a flamegraph
[flamegraph] Visualize when there's inlining happening between two nodes in a flamegraph
Jan 24, 2025
Feature description
Is your feature request related to a problem? Please describe.
When one or more functions are inlined into its caller, the upstream flamegraph of pprof shows this by not displaying a border between two nodes:
So in this example:
(*Mutex).Unlock
inlined into(*RWMutex).Unlock
(*Mutex).Lock
inlined into(*RWMutex).Lock
We currently show this like this:
Describe the solution you'd like
I think we should consider following the example of pprof
The text was updated successfully, but these errors were encountered: