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
runtime.ReadMemStats() calls stopTheWorld inside(), so it is very expensive to call it often (see https://github.com/mkevac/debugcharts). Especially in a production system.
I would like to see cheaper but maybe not so accurate alternative if it's possible.
Thanks.
cespare, Dieterbe, james-lawrence, valyala, purplesyringa and 1 moreDieterbe