tvmet::util::Timer Class Reference
#include <tvmet/util/Timer.h>
List of all members.
Detailed Description
A quick& dirty portable timer, measures elapsed time.
It is recommended that implementations measure wall clock rather than CPU time since the intended use is performance measurement on systems where total elapsed time is more important than just process or CPU time.
The accuracy of timings depends on the accuracy of timing information provided by the underlying platform, and this varies from platform to platform.
Member Typedef Documentation
Constructor & Destructor Documentation
tvmet::util::Timer::Timer |
( |
const Timer & |
|
) |
[private] |
tvmet::util::Timer::Timer |
( |
|
) |
[inline] |
Member Function Documentation
Timer& tvmet::util::Timer::operator= |
( |
const Timer & |
|
) |
[private] |
void tvmet::util::Timer::restart |
( |
|
) |
[inline] |
time_t tvmet::util::Timer::elapsed |
( |
|
) |
const [inline] |
time_t tvmet::util::Timer::getTime |
( |
|
) |
const [inline, private] |
Member Data Documentation