Stopwatch
- class thread_factory.utilities.timing_tools.stopwatch.Stopwatch[source]
Bases:
IDisposable- Features:
Start / Stop / Reset / Elapsed time
Thread-safe for use in concurrent applications
- elapsed() float[source]
Returns the total elapsed time in seconds without stopping the stopwatch.
- Returns:
The current elapsed time in seconds.
- Return type:
float