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
Without a "all bytes in use now" option, it is impossible to profile all bytes
ever allocated (because you disable GC to do that). Perhaps a profile before the first
GC should include all current allocated blocks, or perhaps there should be a separate
option (probably the former).