#include <wall_clock_proto.hpp>
Public Member Functions | |
| wall_clock () | |
| ~wall_clock () | |
| void | tic () |
| start the timer | |
| double | toc () |
| return the number of seconds since the last call to tic() | |
Private Attributes | |
| bool | valid |
| boost::posix_time::ptime | boost_time1 |
| boost::posix_time::time_duration | boost_duration |
| struct timeval | posix_time1 |
| struct timeval | posix_time2 |
Definition at line 21 of file wall_clock_proto.hpp.
bool wall_clock::valid [private] |
boost::posix_time::ptime wall_clock::boost_time1 [private] |
boost::posix_time::time_duration wall_clock::boost_duration [private] |
struct timeval wall_clock::posix_time1 [read, private] |
struct timeval wall_clock::posix_time2 [read, private] |