21 std::chrono::time_point<std::chrono::high_resolution_clock> start_time;
22 std::chrono::microseconds accumulated_time;
23 bool is_running =
false;
Timer class for measuring elapsed time with high resolution.
void start()
Starts the timer by recording the current time point.
void resume()
Resumes the timer after a pause.
double elapsed() const
Returns the elapsed time in seconds since start() was called.
void pause()
Pauses the timer.
Namespace containing SLOPE regression implementation.