HiDebug_ThreadCpuUsage

typedef struct HiDebug_ThreadCpuUsage {...} HiDebug_ThreadCpuUsage

Overview

Defines the 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.