Searched refs:sysTime (Results 1 – 1 of 1) sorted by relevance
240 int64_t sysTime = stat.system * Hz; in GetCpuUsage() local244 cpuUsage.sysLoad = (static_cast<double>(sysTime) / bootTime) * PERCENT; in GetCpuUsage()