Holds the data for the timer usage statistics.
More...
#include <Imt.Base.Dff.Runtime/RuntimeStatisticsTimers.h>
Holds the data for the timer usage statistics.
◆ RuntimeStatisticsTimers()
imt::base::dff::runtime::RuntimeStatisticsTimers::RuntimeStatisticsTimers |
( |
int16_t const |
poolSize | ) |
|
|
inlineexplicit |
Constructor.
- Parameters
-
poolSize | size of the available timers in the pool |
◆ ~RuntimeStatisticsTimers()
virtual imt::base::dff::runtime::RuntimeStatisticsTimers::~RuntimeStatisticsTimers |
( |
| ) |
|
|
inlinevirtual |
◆ incrementTimerTick()
void imt::base::dff::runtime::RuntimeStatisticsTimers::incrementTimerTick |
( |
| ) |
|
|
inline |
Increments the timer tick counter.
◆ reset()
void imt::base::dff::runtime::RuntimeStatisticsTimers::reset |
( |
| ) |
|
|
inline |
Resets the timer statistics.
◆ setTimerAvailable()
void imt::base::dff::runtime::RuntimeStatisticsTimers::setTimerAvailable |
( |
int16_t const |
timersAvailable | ) |
|
|
inline |
Set the current available timers, which will also update the minimum available timers.
- Parameters
-
timersAvailable | Current remaining timers available. |
The documentation for this class was generated from the following file: