Home
last modified time | relevance | path

Searched defs:ThreadCpuStatInfo (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/
H A Dcpu.h67 struct ThreadCpuStatInfo { struct
68 uint64_t startTime = 0;
69 uint64_t endTime = 0;
70 int32_t tid = 0;
71 double cpuLoad = 0;
72 double uCpuUsage = 0;
73 double sCpuUsage = 0;
74 double cpuUsage = 0;