Osiris Framework
0.3
|
Class designed to measure time intervals. More...
#include <OsirisSDK/OChronometer.h>
Public Member Functions | |
OChronometer () | |
Class constructor. More... | |
virtual | ~OChronometer () |
Class destructor. | |
void | reset () |
Reset chronometer. | |
int | partial () |
Interval since last partial call, in microseconds. | |
int | totalElapsed () const |
Total elapsed time in microseconds. | |
OTimeIndex | startTime () const |
Start time. | |
OTimeIndex | lastPartialTime () const |
Last partial time. | |
Class designed to measure time intervals.
OChronometer::OChronometer | ( | ) |
Class constructor.
Time starts being measured after the constructor is called.