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

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.
 

Detailed Description

Holds the data for the cpu usage statistics.

Definition at line 49 of file RuntimeStatisticsCpu.h.

Constructor & Destructor Documentation

◆ RuntimeStatisticsCpu()

constexpr imt::base::dff::runtime::RuntimeStatisticsCpu::RuntimeStatisticsCpu ( )
constexprdefault

Constructor.

Member Function Documentation

◆ getAverageCpuLoad()

int16_t imt::base::dff::runtime::RuntimeStatisticsCpu::getAverageCpuLoad ( ) const
inline

Returns the average cpu load.

Returns
CPU load in percent [0..100] or CPU_LOAD_INVALID.

Definition at line 76 of file RuntimeStatisticsCpu.h.

◆ getMaxCpuLoad()

int16_t imt::base::dff::runtime::RuntimeStatisticsCpu::getMaxCpuLoad ( ) const
inline

Returns the maximum cpu load.

Returns
CPU load in percent [0..100] or CPU_LOAD_INVALID.

Definition at line 84 of file RuntimeStatisticsCpu.h.

◆ reset()

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

Resets the cpu statistics.

Definition at line 91 of file RuntimeStatisticsCpu.h.

◆ updateAverageCpuLoad()

void imt::base::dff::runtime::RuntimeStatisticsCpu::updateAverageCpuLoad ( int16_t const  average)
inline

Update the average value.

Parameters
averageCPU load in percent [0..100] or CPU_LOAD_INVALID.

Definition at line 67 of file RuntimeStatisticsCpu.h.

Member Data Documentation

◆ CPU_LOAD_INVALID

constexpr int16_t imt::base::dff::runtime::RuntimeStatisticsCpu::CPU_LOAD_INVALID {-1}
staticconstexpr

Constant which represents an invalid cpu load.

Definition at line 56 of file RuntimeStatisticsCpu.h.


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