26 unsigned long long nanoseconds()
const;
30 void set_nanoseconds(
double s);
36 using Clock = std::chrono::steady_clock;
37 Clock::time_point _start;
Simple wall-time monotonic clock.
Definition: timer.hpp:16
void set_secs(double s)
Functions for going back or forward in time:
static double seconds_since_startup()
Seconds since start of program.
Timer()
Will start the Timer.
double reset()
Returns seconds since last reset().
Definition: coroutine.hpp:18