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
It has been reported that importing a delta heap profile from Go in the ad-hoc view results in a malformed flame graph. It’s worth noting that the pprof tool does not handle this properly either. Apparently, samples with negative values are not sanitized.
A delta profile can be collected using the standard Go pprof HTTP endpoint:
It has been reported that importing a delta heap profile from Go in the ad-hoc view results in a malformed flame graph. It’s worth noting that the pprof tool does not handle this properly either. Apparently, samples with negative values are not sanitized.
A delta profile can be collected using the standard Go pprof HTTP endpoint:
The issue affects
inuse_*
samples the most.The text was updated successfully, but these errors were encountered: