a timer object.
More...
#include <stopwatch.h>
|
| struct timeval | tv |
| |
| long long | mark |
| |
§ stopwatch_t() [1/2]
| stopwatch_t::stopwatch_t |
( |
| ) |
|
|
inline |
§ stopwatch_t() [2/2]
| stopwatch_t::stopwatch_t |
( |
| ) |
|
|
inline |
§ now() [1/2]
| long long stopwatch_t::now |
( |
| ) |
|
|
inline |
§ now() [2/2]
| long long stopwatch_t::now |
( |
| ) |
|
|
inline |
§ reset() [1/2]
| void stopwatch_t::reset |
( |
| ) |
|
|
inline |
§ reset() [2/2]
| void stopwatch_t::reset |
( |
| ) |
|
|
inline |
§ time() [1/2]
| double stopwatch_t::time |
( |
| ) |
|
|
inline |
§ time() [2/2]
| double stopwatch_t::time |
( |
| ) |
|
|
inline |
§ time_ms() [1/2]
| double stopwatch_t::time_ms |
( |
| ) |
|
|
inline |
§ time_ms() [2/2]
| double stopwatch_t::time_ms |
( |
| ) |
|
|
inline |
§ time_us() [1/2]
| long long stopwatch_t::time_us |
( |
| ) |
|
|
inline |
§ time_us() [2/2]
| long long stopwatch_t::time_us |
( |
| ) |
|
|
inline |
§ mark
| long long stopwatch_t::mark |
|
private |
§ tv
| struct timeval stopwatch_t::tv |
|
private |
The documentation for this class was generated from the following file: