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

Holds the data for the executable execution statistics. More...

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

Public Member Functions

 RuntimeStatisticsExecutables ()
 Constructor. More...
 
virtual ~RuntimeStatisticsExecutables ()
 Destructor. More...
 
void incrementExecutionCounter ()
 Increments the execution counter. More...
 
void updateExecutionTime (uint32_t const durationMicroSeconds)
 Updates the maximum, minimum and average execution time. More...
 
void updateExecutionCountPerSecond (uint32_t const durationMilliSeconds)
 Updates the naximal count and resets the execution counter. More...
 
void reset ()
 Resets the executables statistics. More...
 

Detailed Description

Holds the data for the executable execution statistics.

Constructor & Destructor Documentation

◆ RuntimeStatisticsExecutables()

imt::base::dff::runtime::RuntimeStatisticsExecutables::RuntimeStatisticsExecutables ( )
inline

Constructor.

◆ ~RuntimeStatisticsExecutables()

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

Destructor.

Member Function Documentation

◆ incrementExecutionCounter()

void imt::base::dff::runtime::RuntimeStatisticsExecutables::incrementExecutionCounter ( )
inline

Increments the execution counter.

◆ reset()

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

Resets the executables statistics.

◆ updateExecutionCountPerSecond()

void imt::base::dff::runtime::RuntimeStatisticsExecutables::updateExecutionCountPerSecond ( uint32_t const  durationMilliSeconds)
inline

Updates the naximal count and resets the execution counter.

Parameters
durationMilliSecondsCurrent execution duration in milliseconds.

◆ updateExecutionTime()

void imt::base::dff::runtime::RuntimeStatisticsExecutables::updateExecutionTime ( uint32_t const  durationMicroSeconds)
inline

Updates the maximum, minimum and average execution time.

Parameters
durationMicroSecondsCurrent execution time in microseconds.

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