Starts timing CPU usage and return elapsed time from start. More...
#include <OSspecific/cpuTime.H>
Starts timing CPU usage and return elapsed time from start.
Inheritance diagram for cpuTime:Public Member Functions | |
| cpuTime () | |
| Construct from components. | |
| ~cpuTime () | |
| double | elapsedCpuTime () const |
| Returns CPU time from start of run. | |
| double | cpuTimeIncrement () const |
| Returns CPU time from last call of cpuTimeIncrement() | |
| cpuTime | ( | ) |
Construct from components.
| ~cpuTime | ( | ) |
| double elapsedCpuTime | ( | ) | const |
Returns CPU time from start of run.
| double cpuTimeIncrement | ( | ) | const |
Returns CPU time from last call of cpuTimeIncrement()
Referenced by meshRefinement::baffleAndSplitMesh(), autoSnapDriver::calcNearestSurface(), autoSnapDriver::createZoneBaffles(), autoSnapDriver::doSnap(), octree< Type >::octree(), autoSnapDriver::preSmoothPatch(), autoSnapDriver::repatchToSurface(), autoSnapDriver::scaleMesh(), and autoSnapDriver::smoothDisplacement().