Python Memory Validator - Memory
The Memory View displays the current objects in use by the program. Each
object is displayed with information about the allocation callstack, allocation
size, object type, timestamp, age and generation. Filters can be applied to
the display to restrict the objects displayed. Additionally objects can be
displayed according to their age and generation.
A useful feature is the watermark
which allows data to be displayed between two watermarks. Watermarks are inserted
automatically when garbage collections occur. Watermarks can also be inserted
by the user of Python Memory Validator so that you can insert a watermark
before and after an action that you think may be causing memory leaks.
Click picture for a larger view


