Searched defs:CPUInfo (Results 1 – 1 of 1) sorted by relevance
22 struct CPUInfo { struct23 long unsigned uTime; // user space cpu time24 long unsigned nTime; // adjust process priority cpu time25 long unsigned sTime; // kernel space cpu time26 long unsigned iTime; // idle cpu time50 bool GetCurCPUInfo(std::shared_ptr<CPUInfo> &cpuInfo); argument