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
Memory allocated with settype is internal bookkeeping and should not show up in memory
profiles reported by pprof. Because it is amortized across many calls, charging it to
the call of the initial allocation is misleading and confusing. The fix should be fairly
easy. I think there is a "no profiling" flag bit already.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: