![]() |
Project
|
#include <TimerParamSpec.h>
Public Attributes | |
size_t | period |
The period of the timer in microseconds. | |
size_t | validity |
Definition at line 21 of file TimerParamSpec.h.
size_t o2::framework::TimerSpec::period |
The period of the timer in microseconds.
Definition at line 23 of file TimerParamSpec.h.
size_t o2::framework::TimerSpec::validity |
The validity of the timer in seconds from the previous validity ( or the start of the processing). Notice that if you specify more than one TimerSpec, only the first one will be active until valid.
Definition at line 28 of file TimerParamSpec.h.