15 mutable std::mutex mtx;
16 std::chrono::steady_clock::time_point start_time;
17 std::chrono::steady_clock::time_point end_time;
19 void start()
noexcept;
Simple clock for elapsed events.
Definition progress.h:14
double elapsed_ms() const noexcept
Get the elapsed time in milliseconds.
double elapsed_s() const noexcept
Get the elapsed time in seconds.
void reset() noexcept
Reset the clock.
Namespace for the maze builder.
Definition algo_interface.h:9