harmony 鸿蒙HiDebug_ThreadCpuUsage
HiDebug_ThreadCpuUsage
Overview
Defines a struct for the CPU usage of all threads of an application.
Since: 12
Related module: HiDebug
Header file: hidebug_type.h
Summary
Member Variables
Name | Description |
---|---|
uint32_t threadId | Thread ID. |
double cpuUsage | Thread CPU usage, in percentage. |
struct HiDebug_ThreadCpuUsage * next | Pointer to the CPU usage of the next thread. |
Member Variable Description
cpuUsage
double HiDebug_ThreadCpuUsage::cpuUsage
Description Thread CPU usage, in percentage.
next
struct HiDebug_ThreadCpuUsage* HiDebug_ThreadCpuUsage::next
Description Pointer to the CPU usage of the next thread.
threadId
uint32_t HiDebug_ThreadCpuUsage::threadId
Description Thread ID.
你可能感兴趣的鸿蒙文章
harmony 鸿蒙Performance Analysis Kit
harmony 鸿蒙Performance Analysis Kit
harmony 鸿蒙HiAppEvent_AppEventGroup
harmony 鸿蒙HiAppEvent_AppEventInfo
harmony 鸿蒙HiCollie_DetectionParam
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦