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
In the tags command, print percentages relative to profile total. (#929)
Before this change percentages were relative to the tag total and this
sometimes causes confusion for users as it makes it look like the tag is
set for all samples when it's not.
Note that the percentage calculation as implemented does not attempt to
be friendly to samples where a given tag has multiple values. Multiple
values per tag per sample are discouraged and we should deprecate them.
Maybe we should make pprof print a warning for such profiles.
0 commit comments