Dataflow Runtime API  4.0.1.0
Public Member Functions | List of all members
imt::base::dff::runtime::RuntimeStatisticsTimers Class Reference

Holds the data for the timer usage statistics. More...

#include <Imt.Base.Dff.Runtime/RuntimeStatisticsTimers.h>

Public Member Functions

 RuntimeStatisticsTimers (int16_t const poolSize)
 Constructor. More...
 
virtual ~RuntimeStatisticsTimers ()
 Destructor. More...
 
void incrementTimerTick ()
 Increments the timer tick counter. More...
 
void setTimerAvailable (int16_t const timersAvailable)
 Set the current available timers, which will also update the minimum available timers. More...
 
void reset ()
 Resets the timer statistics. More...
 

Detailed Description

Holds the data for the timer usage statistics.

Constructor & Destructor Documentation

◆ RuntimeStatisticsTimers()

imt::base::dff::runtime::RuntimeStatisticsTimers::RuntimeStatisticsTimers ( int16_t const  poolSize)
inlineexplicit

Constructor.

Parameters
poolSizesize of the available timers in the pool

◆ ~RuntimeStatisticsTimers()

virtual imt::base::dff::runtime::RuntimeStatisticsTimers::~RuntimeStatisticsTimers ( )
inlinevirtual

Destructor.

Member Function Documentation

◆ 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
timersAvailableCurrent remaining timers available.

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