proxystore.timer¶
Timing utilities.
Timer ¶
Performance timer with nanosecond precision.
Example
Raises:
-
RuntimeError
–If the elapsed time is accessed before the timer is stopped or the context block is exited.
Timing utilities.
Performance timer with nanosecond precision.
Raises:
RuntimeError
–
If the elapsed time is accessed before the timer is stopped or the context block is exited.
proxystore/timer.py