![]() |
Imt.Base C++ API V4.1.1.0
|
Holds the data for the cpu usage statistics. More...
#include <Imt.Base.Dff.Runtime/inc/Imt.Base.Dff.Runtime/RuntimeStatisticsCpu.h>
Public Member Functions | |
constexpr | RuntimeStatisticsCpu ()=default |
Constructor. | |
void | updateAverageCpuLoad (int16_t const average) |
Update the average value. | |
int16_t | getAverageCpuLoad () const |
Returns the average cpu load. | |
int16_t | getMaxCpuLoad () const |
Returns the maximum cpu load. | |
void | reset () |
Resets the cpu statistics. | |
Static Public Attributes | |
static constexpr int16_t | CPU_LOAD_INVALID {-1} |
Constant which represents an invalid cpu load. | |
Holds the data for the cpu usage statistics.
Definition at line 49 of file RuntimeStatisticsCpu.h.
|
constexprdefault |
Constructor.
|
inline |
Returns the average cpu load.
Definition at line 76 of file RuntimeStatisticsCpu.h.
|
inline |
Returns the maximum cpu load.
Definition at line 84 of file RuntimeStatisticsCpu.h.
|
inline |
Resets the cpu statistics.
Definition at line 91 of file RuntimeStatisticsCpu.h.
|
inline |
Update the average value.
average | CPU load in percent [0..100] or CPU_LOAD_INVALID. |
Definition at line 67 of file RuntimeStatisticsCpu.h.
|
staticconstexpr |
Constant which represents an invalid cpu load.
Definition at line 56 of file RuntimeStatisticsCpu.h.