MinLCA algorithms
|
Simple timing class. More...
#include <timer.hh>
Public Member Functions | |
Timer () | |
Default constructor. | |
void | restart () |
Restart the timer. | |
double | elapsed () const |
Retrieve elapsed time. More... | |
Protected Attributes | |
std::chrono::time_point< std::chrono::high_resolution_clock > | _start |
Instant when the timer is started. | |
double minlca::utils::Timer::elapsed | ( | ) | const |