tensorflow / profiler

A profiling and performance analysis tool for TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature request] Show memory objects by age

dobos opened this issue · 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.