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
This PR adds a feature `count_live_bytes_in_gc`. When enabled, each
worker will maintain a counter for live bytes when scanning an object,
and in `Release`, we get live bytes from all the workers, and sum it up.
We also provide `memory_manager::live_bytes_in_last_gc()` for users to
query this value. This is usually used to debug fragmentation.
0 commit comments