mlrl.testbed.experiments.timer module¶
Author: Michael Rapp (michael.rapp.ml@gmail.com)
Provides utilities for measuring time.
- class mlrl.testbed.experiments.timer.Timer¶
Bases:
objectAllows measuring the execution time of code.
- class Duration(value: float = 0.0)¶
Bases:
objectRepresents a specific duration.
- Attributes:
value: The value (in fractional seconds) representing the duration