FOX/ObjCryst++
1.10.X (development)
|
Simple chronometer class, with microsecond precision. More...
Public Member Functions | |
void | start () |
void | pause () |
void | resume () |
void | print () |
float | seconds () |
Private Attributes | |
bool | mPaused |
boost::posix_time::ptime | mTime0 |
boost::posix_time::ptime | mTime1 |
Simple chronometer class, with microsecond precision.
Reported time correspond to real time, i.e. not the time the program has been running independently from other programs.
Definition at line 33 of file Chronometer.h.