Searched refs:allSecond (Results 1 – 1 of 1) sorted by relevance
93 uint64_t allFirst, allSecond, idleFirst, idleSecond; in GetSysCpuInfo() local130 …allSecond = cpuStatSecond_.user_ + cpuStatSecond_.nice_ + cpuStatSecond_.system_ + cpuStatSecond_.… in GetSysCpuInfo()133 *cpuStatUsage = (static_cast<float>(allSecond - allFirst - (idleSecond - idleFirst))) in GetSysCpuInfo()134 / (allSecond - allFirst) * PERCENTAGE_FACTOR; in GetSysCpuInfo()