Package flumotion :: Package common :: Module debug :: Class AllocMonitor
[hide private]

type AllocMonitor

source code

object --+
         |
        AllocMonitor

Instance Methods [hide private]
 
__init__(self, period=10, analyze=None, allocPrint=None) source code
 
analyze(self, old, new) source code
 
_printCycle(self, root) source code
 
_printParents(self, wrap, level, indent=' ') source code
 
_printKids(self, wrap, level, indent=' ') source code
 
_allocStack(self, wrap, stack) source code
 
_wrapperRepr(self, wrap) source code
 
allocPrint(self, allocator, directAllocs) source code
Method Details [hide private]

__init__(self, period=10, analyze=None, allocPrint=None)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)