lsst.pipe.base  13.0-12-gaf0c0ec+8
Namespaces | Functions
timer.py File Reference

Go to the source code of this file.

Namespaces

 lsst.pipe.base.timer
 

Functions

def lsst.pipe.base.timer.logPairs (obj, pairs, logLevel=Log.DEBUG)
 Log (name, value) pairs to obj.metadata and obj.log. More...
 
def lsst.pipe.base.timer.logInfo (obj, prefix, logLevel=Log.DEBUG)
 Log timer information to obj.metadata and obj.log. More...
 
def lsst.pipe.base.timer.timeMethod (func)
 Decorator to measure duration of a task method. More...