|
spdlog
|
Definition at line 28 of file stopwatch.h.
#include <stopwatch.h>
Public Member Functions | |
| stopwatch () | |
| std::chrono::duration< double > | elapsed () const |
| void | reset () |
Private Types | |
| using | clock = std::chrono::steady_clock |
Private Attributes | |
| std::chrono::time_point< clock > | start_tp_ |
|
private |
Definition at line 30 of file stopwatch.h.
|
inline |
Definition at line 34 of file stopwatch.h.
|
inline |
Definition at line 38 of file stopwatch.h.
|
inline |
Definition at line 43 of file stopwatch.h.
|
private |
Definition at line 31 of file stopwatch.h.