aigeano / pympler

Automatically exported from code.google.com/p/pympler
Apache License 2.0
0 stars 0 forks source link

Render garbage graphs on-demand #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Rendering reference cycles and displaying the garbage object table is very
slow when there is a lot of garbage. Instead of pre-rendering all cycles,
keep the GarbageGraph instance(s) and render the graph on demand.

Only display one cycle (and the respective objects) at a time. Make it
possible to hide objects not directly involved in the cycle (leaf objects).

Original issue reported on code.google.com by lhae...@gmail.com on 25 Jan 2010 at 9:56

GoogleCodeExporter commented 9 years ago

Original comment by lhae...@gmail.com on 19 Jul 2011 at 10:42