#include <CpuUsage.hpp>
Public Attributes | |
float | average |
int32_t | msTime |
CpuUsage structure
Average usage in percent and time span of the average (since last query)
Definition at line 12 of file CpuUsage.hpp.
float dai::CpuUsage::average |
Average CPU usage, expressed with a normalized value (0-1)
Definition at line 16 of file CpuUsage.hpp.
int32_t dai::CpuUsage::msTime |
Time span in which the average was calculated in milliseconds
Definition at line 20 of file CpuUsage.hpp.