# HiDebug_ThreadCpuUsage ## 概述 应用程序所有线程的CPU使用率结构体定义。 **起始版本:** 12 **相关模块:** [HiDebug](capi-hidebug.md) **所在头文件:** [hidebug_type.h](capi-hidebug-type-h.md) ## 汇总 ### 成员变量 | 名称 | 描述 | | -- | -- | | uint32_t threadId | 线程ID。 | | double cpuUsage | 线程CPU使用率百分比。 | | struct [HiDebug_ThreadCpuUsage](capi-hidebug-hidebug-threadcpuusage.md) *next | 下一个线程的使用率信息。 |