harmony 鸿蒙HiDebug_ThreadCpuUsage

  • 2025-06-12
  • 浏览 (6)

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

harmony 鸿蒙HiAppEvent_AppEventGroup

harmony 鸿蒙HiAppEvent_AppEventInfo

harmony 鸿蒙HiCollie

harmony 鸿蒙HiCollie_DetectionParam

harmony 鸿蒙HiCollie_SetTimerParam

harmony 鸿蒙HiDebug

harmony 鸿蒙HiDebug_MemoryLimit

0  赞