momentumopt
|
Helper class to measure time required to run an optimization procedure. More...
#include <Clock.hpp>
Public Member Functions | |
void | start () |
double | stop () |
Private Attributes | |
std::chrono::microseconds | duration_ |
std::chrono::high_resolution_clock::time_point | ini_time_ |
std::chrono::high_resolution_clock::time_point | end_time_ |
Helper class to measure time required to run an optimization procedure.