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
Apparently, the problem might be caused by delta calculation, because it was only observed when the target was restarting, which causes a reset of the cumulative profile (such as Go heap_allocs). On the other hand, in Go before 1.21 there was an issue with stack trace unwinding causing negative deltas as well.