Starts timing (using rtc) and returns elapsed time from start. Better resolution (2uSec instead of ~20mSec) than cpuTime. More...
#include <OSspecific/clockTimeImpl.H>
Starts timing (using rtc) and returns elapsed time from start. Better resolution (2uSec instead of ~20mSec) than cpuTime.
This is the platform specific opaque implementation for class clockTime.
Definition at line 55 of file clockTimeImpl.H.
Public Member Functions | |
clockTimeImpl () | |
Construct from components.
| |
double | elapsedTime () const |
Returns CPU time from start of run.
| |
double | timeIncrement () const |
Returns CPU time from last call of clockTimeIncrement()
|
clockTimeImpl | ( | ) |
Construct from components.
Definition at line 58 of file clockTimeImpl.C.
double elapsedTime | ( | ) | const |
Returns CPU time from start of run.
Definition at line 68 of file clockTimeImpl.C.
double timeIncrement | ( | ) | const |
Returns CPU time from last call of clockTimeIncrement()
Definition at line 75 of file clockTimeImpl.C.