Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
imt::base::dff::runtime::RuntimeStatisticsTimers Class Referencefinal

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.
 

Detailed Description

Holds the data for the timer usage statistics.

Definition at line 49 of file RuntimeStatisticsTimers.h.

Constructor & Destructor Documentation

◆ RuntimeStatisticsTimers()

constexpr imt::base::dff::runtime::RuntimeStatisticsTimers::RuntimeStatisticsTimers ( size_t const  poolSize)
inlineexplicitconstexprnoexcept

Constructor.

Parameters
poolSizesize of the available timers in the pool

Definition at line 58 of file RuntimeStatisticsTimers.h.

Member Function Documentation

◆ incrementTimerTick()

void imt::base::dff::runtime::RuntimeStatisticsTimers::incrementTimerTick ( )
inline

Increments the timer tick counter.

Definition at line 67 of file RuntimeStatisticsTimers.h.

◆ reset()

void imt::base::dff::runtime::RuntimeStatisticsTimers::reset ( )
inline

Resets the timer statistics.

Definition at line 83 of file RuntimeStatisticsTimers.h.

◆ setTimerAvailable()

void imt::base::dff::runtime::RuntimeStatisticsTimers::setTimerAvailable ( size_t const  timersAvailable)
inline

Set the current available timers, which will also update the minimum available timers.

Parameters
timersAvailableCurrent remaining timers available.

Definition at line 75 of file RuntimeStatisticsTimers.h.


The documentation for this class was generated from the following file: