![]() |
Imt.Base C++ API V4.1.1.0
|
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. | |
Holds the data for the executable execution statistics.
Definition at line 51 of file RuntimeStatisticsExecutables.h.
|
constexprdefaultnoexcept |
Constructor.
|
inline |
Increments the execution counter.
Definition at line 63 of file RuntimeStatisticsExecutables.h.
|
inline |
Resets the executables statistics.
Definition at line 103 of file RuntimeStatisticsExecutables.h.
|
inline |
Updates the naximal count and resets the execution counter.
durationMilliSeconds | Current execution duration in milliseconds. |
Definition at line 91 of file RuntimeStatisticsExecutables.h.
|
inline |
Updates the maximum, minimum and average execution time.
durationMicroSeconds | Current execution time in microseconds. |
Definition at line 71 of file RuntimeStatisticsExecutables.h.