pyworkflow.utils.profiler module

class pyworkflow.utils.profiler.Timer(name=None, verbose=True)[source]

Bases: object

blackList = []
indentation = 0
minms = 1
whiteList = []
pyworkflow.utils.profiler.getInstancesCount()[source]
pyworkflow.utils.profiler.instanceCreated(cls)[source]
pyworkflow.utils.profiler.instanceDestroyed(cls)[source]
pyworkflow.utils.profiler.printInstances()[source]
pyworkflow.utils.profiler.waitForDebugger(seconds=20)[source]