Trees | Indices | Help |
|
---|
|
|
|||
TimeIt Decorator to measure the execution time of a function. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
perf_log = logging.getLogger("omero.perf")
|
|||
__FORMAT = "%-.120s"
|
|||
__RESULT = " Rslt: "+ __FORMAT
|
|||
__EXCEPT = " Excp: "+ __FORMAT
|
Imports: time, logging, threading, traceback, omero, wraps
|
Shortcut version of the TimeIt decorator class. Logs at logging.DEBUG level. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Sep 23 15:04:49 2014 | http://epydoc.sourceforge.net |