Class to hold the value of absolute time.
More...
|
| unsigned long | sec |
| |
| unsigned | nsec |
| | I store nanosecond so as to allow high resolution clocks (even if likely time will be measured in microseconds) More...
|
| |
Class to hold the value of absolute time.
Definition at line 100 of file Stopwatch.h.
| PLMD::Stopwatch::Time::Time |
( |
| ) |
|
| PLMD::Stopwatch::Time::operator double |
( |
| ) |
const |
| void PLMD::Stopwatch::Time::reset |
( |
| ) |
|
| unsigned PLMD::Stopwatch::Time::nsec |
I store nanosecond so as to allow high resolution clocks (even if likely time will be measured in microseconds)
Definition at line 105 of file Stopwatch.h.
| unsigned long PLMD::Stopwatch::Time::sec |
The documentation for this class was generated from the following files: