#include <TimerService.h>
Public Member Functions | |
CPUTimer (bool cpu=true) | |
double | delta () const |
void | reset () |
void | start () |
void | stop () |
Private Attributes | |
timespec | start_ |
timespec | stop_ |
const clockid_t | timer_ |
Definition at line 36 of file TimerService.h.
|
inlineexplicit |
|
inline |
Definition at line 64 of file TimerService.h.
Referenced by TimerService::postModule().
|
inline |
Definition at line 44 of file TimerService.h.
Referenced by CPUTimer(), and TimerService::preModule().
|
inline |
Definition at line 51 of file TimerService.h.
References start_, and timer_.
Referenced by progressbar.ProgressBar::__next__(), and TimerService::preModule().
|
inline |
|
private |
Definition at line 73 of file TimerService.h.
|
private |
Definition at line 74 of file TimerService.h.
|
private |
Definition at line 72 of file TimerService.h.