Searched defs:TestCpuUsage (Results 1 – 2 of 2) sorted by relevance
53 struct TestCpuUsage { struct54 double userLoad;55 double sysLoad;56 double totalLoad;
220 void CpuUsageTest::TestCpuUsage(const std::string &option, unsigned int expect, bool fixPid) in TestCpuUsage() function in OHOS::Developtools::Hiperf::CpuUsageTest