JuliaLang / AllocCheck.jl

AllocCheck
Other
221 stars 8 forks source link

Merge allocation sites per callstack #29

Open gbaraldi opened 11 months ago

gbaraldi commented 11 months ago

In the current version, we show all allocations a function and it's callees, might do. But that can unnecessarily expose internals that the user might not care about. So maybe we should have an option to merge them via callsite, so that if I have a function call that potentially does 5 allocations, we show the allocation site at the "top-level".