Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/include/util/
Ddump_cpu_info_util.h22 struct CPUInfo { struct
23 long unsigned uTime; // user space cpu time
24 long unsigned nTime; // adjust process priority cpu time
25 long unsigned sTime; // kernel space cpu time
26 long unsigned iTime; // idle cpu time
50 bool GetCurCPUInfo(std::shared_ptr<CPUInfo> &cpuInfo); argument