15 std::chrono::high_resolution_clock::time_point start_time_;
37 std::chrono::milliseconds
stop();
Stopwatch for timing executions.
Definition: Stopwatch.h:11
std::chrono::milliseconds stop()
Stop the stopwatch.
Definition: Stopwatch.cpp:16
Stopwatch()
Create a stopwatch without starting it.
Definition: Stopwatch.cpp:7
void start()
Start the stopwatch.
Definition: Stopwatch.cpp:11