#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 40 of file TimerService.h.
|
inlineexplicit |
|
inline |
Definition at line 68 of file TimerService.h.
Referenced by TimerService::postModule().
|
inline |
Definition at line 48 of file TimerService.h.
Referenced by CPUTimer(), and TimerService::preModule().
|
inline |
Definition at line 55 of file TimerService.h.
References start_, and timer_.
Referenced by progressbar.ProgressBar::__next__(), and TimerService::preModule().
|
inline |
|
private |
Definition at line 77 of file TimerService.h.
|
private |
Definition at line 78 of file TimerService.h.
|
private |
Definition at line 76 of file TimerService.h.