1# HiDebug_ThreadCpuUsage 2 3<!--Kit: Performance Analysis Kit--> 4<!--Subsystem: HiviewDFX--> 5<!--Owner: @hello_harmony; @yu_haoqiaida--> 6<!--Designer: @kutcherzhou1--> 7<!--Tester: @gcw_KuLfPSbe--> 8<!--Adviser: @foryourself--> 9 10## 概述 11 12应用程序所有线程的CPU使用率结构体定义。 13 14**起始版本:** 12 15 16**相关模块:** [HiDebug](capi-hidebug.md) 17 18**所在头文件:** [hidebug_type.h](capi-hidebug-type-h.md) 19 20## 汇总 21 22### 成员变量 23 24| 名称 | 描述 | 25| -- | -- | 26| uint32_t threadId | 线程ID。 | 27| double cpuUsage | 线程CPU使用率百分比。 | 28| struct [HiDebug_ThreadCpuUsage](capi-hidebug-hidebug-threadcpuusage.md) *next | 下一个线程的使用率信息。 | 29 30 31