ObjCryst++
1.5CVS
|
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.