17 _start = std::chrono::high_resolution_clock::now();
22 std::chrono::time_point<std::chrono::high_resolution_clock> now =
23 std::chrono::high_resolution_clock::now();
24 std::chrono::duration<double> d = now -
_start;
Default namespace Default namespace for MinLCA algorithms.
std::chrono::time_point< std::chrono::high_resolution_clock > _start
Instant when the timer is started.
double elapsed() const
Retrieve elapsed time.
void restart()
Restart the timer.
Timer()
Default constructor.