#include <CPUInfo.hpp>
CPUInfo class will gather informations about the CPU at runtime
Definition at line 30 of file CPUInfo.hpp.
◆ CPUInfo()
◆ ~CPUInfo()
◆ ENIGMA_NON_COPYABLE()
CPUInfo::ENIGMA_NON_COPYABLE |
( |
CPUInfo |
| ) |
|
◆ ENIGMA_NON_MOVEABLE()
CPUInfo::ENIGMA_NON_MOVEABLE |
( |
CPUInfo |
| ) |
|
◆ GetCPUUsage()
float CPUInfo::GetCPUUsage |
( |
| ) |
|
|
noexcept |
Returns cpu usage (in percentage [0% -> 100%])
◆ GetProcessCPUUsage()
float CPUInfo::GetProcessCPUUsage |
( |
| ) |
|
|
noexcept |
Returns cpu usage by current process (in percentage [0% -> 100%])
The documentation for this class was generated from the following file: