12 #ifndef _UTILITIES_TIMER_H_
13 #define _UTILITIES_TIMER_H_
Records elasped wall time between two events.
~Timer()
Destructor for Timer.
void start()
Starts the timer.
static double get_wall_time()
Returns the wall time since the epoch.
Timer()
constructor for Timer
void stop()
Stops the timer.
double elapsed() const
Returns the elapsed time in seconds.