Searched refs:PERCENT (Results 1 – 6 of 6) sorted by relevance
33 const int PERCENT = 100; variable419 prevCpuTimeData_.systemBootTime) * PERCENT; in WriteSystemCpuUsage()423 prevCpuTimeData_.systemBootTime) * PERCENT; in WriteSystemCpuUsage()427 prevCpuTimeData_.systemBootTime) * PERCENT; in WriteSystemCpuUsage()
33 const int PERCENT = 100; variable165 double cpuUsage = static_cast<double>(cpuTimeMs) / bootTime * PERCENT; in GetCpuData()
20 const int PERCENT = 100; variable116 smapsInfo->set_reside(static_cast<double>(memusage.rss) / memusage.vss * PERCENT); in ReadVmemareasFile()
44 const int PERCENT = 100; variable243 cpuUsage.userLoad = (static_cast<double>(userTime) / bootTime) * PERCENT; in GetCpuUsage()244 cpuUsage.sysLoad = (static_cast<double>(sysTime) / bootTime) * PERCENT; in GetCpuUsage()245 cpuUsage.totalLoad = (static_cast<double>(totalTime) / bootTime) * PERCENT; in GetCpuUsage()
32 const int PERCENT = 100; variable367 protoc->set_cpu_usage(usage * PERCENT); in WriteCpuUsageData()
28 const int PERCENT = 100; variable890 double reside = static_cast<double>(rss) / size * PERCENT;