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

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

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

Public Member Functions

constexpr RuntimeStatisticsExecutables () noexcept=default
 Constructor.
 
void incrementExecutionCounter ()
 Increments the execution counter.
 
void updateExecutionTime (uint32_t const durationMicroSeconds)
 Updates the maximum, minimum and average execution time.
 
void updateExecutionCountPerSecond (uint32_t const durationMilliSeconds)
 Updates the naximal count and resets the execution counter.
 
void reset ()
 Resets the executables statistics.
 

Detailed Description

Holds the data for the executable execution statistics.

Definition at line 51 of file RuntimeStatisticsExecutables.h.

Constructor & Destructor Documentation

◆ RuntimeStatisticsExecutables()

constexpr imt::base::dff::runtime::RuntimeStatisticsExecutables::RuntimeStatisticsExecutables ( )
constexprdefaultnoexcept

Constructor.

Member Function Documentation

◆ incrementExecutionCounter()

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

Increments the execution counter.

Definition at line 63 of file RuntimeStatisticsExecutables.h.

◆ reset()

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

Resets the executables statistics.

Definition at line 103 of file RuntimeStatisticsExecutables.h.

◆ 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.

Definition at line 91 of file RuntimeStatisticsExecutables.h.

◆ 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.

Definition at line 71 of file RuntimeStatisticsExecutables.h.


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