|
DelatTime Project v1.0
|
A data structure that steadily tracks the passage of time. More...
#include <Stopwatch.hpp>

Public Member Functions | |
| void | Start () |
| void | Lap () |
| void | Restart () |
| void | Pause () |
| void | Reset () |
| bool | IsRunning () const |
| secs | GetElapsed () const |
| std::vector< secs > | GetLaps () const |
This structure uses chrono's steady_clock interface to monotonically track time.