cpu_usage_t 结构体参考文档

cpu_usage_t 结构体参考文档

#include < thermal.h >

数据字段

const char *  name
 
uint64_t  有效
 
uint64_t  总计
 
bool  is_online
 

详细说明

定义位于文件 thermal.h 110 行

字段文档

uint64_t active

自上次启动以来的活动时间(以毫秒为单位)。

定义位于文件 thermal.h 120 行。

bool is_online

当某个核心处于联机状态时,此值会设为 true。如果核心处于离线状态,则应忽略 |name| 以外的所有其他成员。

定义位于文件 thermal.h 131 行。

const char* name

此 CPU 的名称。所有 CPU 的“名称”都必须不同。

定义位于文件 thermal.h 115 行

uint64_t total

自上次启动以来的总时间(以毫秒为单位)。

定义位于文件 thermal.h 125 行。


此结构体的文档是根据以下文件生成的: