timeMethod

lsst.pipe.base.timeMethod(*args: Any, **kwargs: Any) Callable

Decorator to measure duration of a method.

Notes

This is a just a forwarding method for lsst.utils.timer.timeMethod. For documentation look at lsst.utils.timer.timeMethod.

Deprecated since version v24: timeMethod has been replaced by lsst.utils.timer.timeMethod. Will be removed after v25.