|
Pottu
|
Public Types | |
| using | clock_t = std::chrono::steady_clock |
Public Member Functions | |
| void | start () noexcept |
| void | stop () noexcept |
| double | get () const noexcept |
Public Attributes | |
| clock_t::duration | total {0} |
| bool | running {false} |
| clock_t::time_point | currentStart |