Starts timing (using rtc) and returns elapsed time from start. Better resolution (2uSec instead of ~20mSec) than cpuTime. More...
#include <OSspecific/clockTime.H>
Starts timing (using rtc) and returns elapsed time from start. Better resolution (2uSec instead of ~20mSec) than cpuTime.
Definition at line 52 of file clockTime.H.
Collaboration diagram for clockTime:Public Member Functions | |
| clockTime () | |
| Construct from components.
| |
| double | elapsedTime () const |
| Returns CPU time from start of run.
| |
| double | timeIncrement () const |
| Returns CPU time from last call of clockTimeIncrement()
| |
| clockTime | ( | ) |
Construct from components.
| double elapsedTime | ( | ) | const |
Returns CPU time from start of run.
| double timeIncrement | ( | ) | const |
Returns CPU time from last call of clockTimeIncrement()