Searched defs:usageTime (Results 1 – 2 of 2) sorted by relevance
202 int64_t utime, stime, cutime, cstime, usageTime; in GetCpuUsageTime() local236 int64_t usageTime = GetCpuUsageTime(cpuUsageVec); in WriteProcessCpuUsage() local324 bool CpuDataPlugin::GetSystemCpuTime(std::vector<std::string>& cpuUsageVec, int64_t& usageTime, int… in GetSystemCpuTime()351 int64_t usageTime = 0; in WriteSystemCpuUsage() local540 int64_t usageTime = GetCpuUsageTime(cpuUsageVec); in WriteThread() local
214 void GetSystemCpuTime(TestSystemStat& stat, int64_t Hz, int64_t& usageTime, int64_t& time) in GetSystemCpuTime()