perf-tools icon indicating copy to clipboard operation
perf-tools copied to clipboard

`MemProf` does not track directly allocated objects

Open HertzDevil opened this issue 9 months ago • 0 comments

MemProf's object counts and sizes work by intercepting Reference.allocate, so it misses String and Log::Metadata which allocate directly using GC's methods. Support these types

HertzDevil avatar Oct 05 '23 13:10 HertzDevil