Timer
#
- class pyvbmc.timer.Timer[source]#
A small Timer class used in the context of VBMC.
- get_duration(name: str)[source]#
Return the duration of the specified timer.
- Parameters:
- namestr
The name of the timer which time should be returned.
- Returns:
- durationfloat
The duration of the timer or None when the timer is not existing.