Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/
H A Dcpu.h53 struct ProcessCpuStatInfo { struct
54 uint64_t startTime = 0;
55 uint64_t endTime = 0;
56 int32_t pid = 0;
57 uint32_t minFlt = 0;
58 uint32_t majFlt = 0;
59 double cpuLoad = 0;
60 double uCpuUsage = 0;
61 double sCpuUsage = 0;
62 double cpuUsage = 0;
[all …]