$search
Class for measuring time intervals. More...
#include <wall_clock_bones.hpp>
Public Member Functions | |
void | tic () |
start the timer | |
double | toc () |
return the number of seconds since the last call to tic() | |
wall_clock () | |
~wall_clock () | |
Private Attributes | |
bool | valid |
Class for measuring time intervals.
Definition at line 19 of file wall_clock_bones.hpp.
bool wall_clock::valid [private] |
Definition at line 32 of file wall_clock_bones.hpp.