![]() |
Imt.Base C++ API V4.1.1.0
|
Holds the data for the timer usage statistics. More...
#include <Imt.Base.Dff.Runtime/inc/Imt.Base.Dff.Runtime/RuntimeStatisticsTimers.h>
Public Member Functions | |
| constexpr | RuntimeStatisticsTimers (size_t const poolSize) noexcept |
| Constructor. | |
| void | incrementTimerTick () |
| Increments the timer tick counter. | |
| void | setTimerAvailable (size_t const timersAvailable) |
| Set the current available timers, which will also update the minimum available timers. | |
| void | reset () |
| Resets the timer statistics. | |
Holds the data for the timer usage statistics.
Definition at line 49 of file RuntimeStatisticsTimers.h.
|
inlineexplicitconstexprnoexcept |
Constructor.
| poolSize | size of the available timers in the pool |
Definition at line 58 of file RuntimeStatisticsTimers.h.
|
inline |
Increments the timer tick counter.
Definition at line 67 of file RuntimeStatisticsTimers.h.
|
inline |
Resets the timer statistics.
Definition at line 83 of file RuntimeStatisticsTimers.h.
|
inline |
Set the current available timers, which will also update the minimum available timers.
| timersAvailable | Current remaining timers available. |
Definition at line 75 of file RuntimeStatisticsTimers.h.