Individual timer classes used by the TimerManager class. More...
#include <Timer.h>
Public Member Functions | |
double | time () const |
void | start () |
void | stop () |
Stop timer. | |
void | reset () |
Reset timer. | |
Timer | operator+ (const Timer &t2) |
Timer | operator- (const Timer &t2) |
Private Attributes | |
double | m_secs |
struct timespec | m_starttime |
struct timespec | m_stoptime |
Individual timer classes used by the TimerManager class.