harmony 鸿蒙HiDebug_ThreadCpuUsage

2025-06-12 浏览 (1)

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

NameDescription
uint32_t threadIdThread ID.
double cpuUsageThread CPU usage, in percentage.
struct HiDebug_ThreadCpuUsage * nextPointer 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

  • 所属分类: 后端技术
  • 本文标签: 软件 鸿蒙
  • 版权声明: 本文链接 https://seaxiang.com/blog/Akf1Cm