Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
CpuStatistics.h
Go to the documentation of this file.
1// (c) IMT - Information Management Technology AG, CH-9470 Buchs, www.imt.ch.
2
3#ifndef IMT_BASE_OS_LINUX_CPUSTATISTICS_H
4#define IMT_BASE_OS_LINUX_CPUSTATISTICS_H
5
7#include <memory>
8#include <string>
9
10namespace imt {
11namespace base {
12namespace os {
13namespace linux {
14
18// AXIVION Next Construct AutosarC++19_03-M3.4.1: No definition in primary file to separate concerns.
19class CpuStatistics final {
20public:
21
27
28private:
29
30 static uint32_t s_lastValidProcessorLoadPermille;
31 static uint32_t s_lastTotalTime;
32 static uint32_t s_lastBusyTime;
33};
34
35} // namespace linux
36} // namespace os
37} // namespace base
38} // namespace imt
39
40#endif // IMT_BASE_OS_LINUX_CPUSTATISTICS_H
Provides functions to read out the current CPU usage.
static uint32_t getCpuUsagePermille()
Gets the current CPU usage in permille.
This is a application specific file which is used to configure Imt.Base.Core.Math.
unsigned __int32 uint32_t
Definition stdint.h:64