Classes | |
class | wall_clock |
Class for measuring time intervals. More... | |
Functions | |
void | wall_clock::tic () |
start the timer More... | |
double | wall_clock::toc () |
return the number of seconds since the last call to tic() More... | |
wall_clock::wall_clock () | |
wall_clock::~wall_clock () | |
|
inline |
start the timer
Definition at line 37 of file wall_clock_meat.hpp.
|
inline |
return the number of seconds since the last call to tic()
Definition at line 64 of file wall_clock_meat.hpp.
|
inline |
Definition at line 19 of file wall_clock_meat.hpp.
|
inline |
Definition at line 28 of file wall_clock_meat.hpp.