Maze Builder Docs 6.0.1
|
Simple clock for elapsed events. More...
#include <progress.h>
Public Member Functions | |
void | start () noexcept |
void | reset () noexcept |
Reset the clock. | |
double | elapsed_s () const noexcept |
Get the elapsed time in seconds. | |
double | elapsed_ms () const noexcept |
Get the elapsed time in milliseconds. | |
Simple clock for elapsed events.
This class is used to track the elapsed time between two events
Thread safe with mutexes
|
noexcept |
Get the elapsed time in seconds.