profiler icon indicating copy to clipboard operation
profiler copied to clipboard

[feature request] Show memory objects by age

Open dobos opened this issue 4 years ago • 0 comments

It would be a very useful feature on the dashboard. I can see that allocations are deallocations are recorded in the trace so implementing this should be straightforward. For tracing eager code, it would be great if memory objects were annotated by the python function creating them so identifying leaks would be easier.

dobos avatar Mar 13 '21 04:03 dobos