#include <Timer.h>
Static Public Member Functions |
static double | now () |
static void | sleep (const double &seconds) |
Private Attributes |
timeval | begin |
timeval | end |
Constructor & Destructor Documentation
rl::util::Timer::Timer |
( |
| ) |
|
|
inlineexplicit |
virtual rl::util::Timer::~Timer |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
double rl::util::Timer::elapsed |
( |
| ) |
const |
|
inline |
static double rl::util::Timer::now |
( |
| ) |
|
|
inlinestatic |
static void rl::util::Timer::sleep |
( |
const double & |
seconds | ) |
|
|
inlinestatic |
void rl::util::Timer::start |
( |
| ) |
|
|
inline |
void rl::util::Timer::stop |
( |
| ) |
|
|
inline |
Member Data Documentation
timeval rl::util::Timer::begin |
|
private |
timeval rl::util::Timer::end |
|
private |
The documentation for this class was generated from the following file: