mgedmin / objgraph

Visually explore Python object graphs
http://mg.pov.lt/objgraph/
MIT License
753 stars 72 forks source link

Highlight memory leak cycles #39

Open klahnakoski opened 5 years ago

klahnakoski commented 5 years ago

It would be nice to highlight the cycles that are responsible for memory leaks. It would also be nice to highlight objects that are solely preventing large amounts of memory to be gc'ed. I am thinking of a dominator analysis