Searched refs:MICRO (Results 1 – 2 of 2) sorted by relevance
114 return std::to_string(memory * Utils::MICRO) + " GB"; in MemoryToString()152 cpu.current = GetMetricFloat(*CURRENT) * Utils::MICRO; in GetBattery()153 cpu.voltage = GetMetricFloat(*VOLTAGE) * Utils::MICRO; in GetBattery()270 … cpu.coreFrequencyLoad[i].current = GetMetricFloat(GetCpuCurrentFrequencyPath(i)) * Utils::MICRO; in GetCPUCores()332 const auto current = GetMetricFloat(GetCpuCurrentFrequencyPolicyPath(i)) * Utils::MICRO; in GetDeviceFrequencyString()333 const auto max = GetMetricFloat(GetCpuMaxFrequencyPolicyPath(i)) * Utils::MICRO; in GetDeviceFrequencyString()334 const auto min = GetMetricFloat(GetCpuMinFrequencyPolicyPath(i)) * Utils::MICRO; in GetDeviceFrequencyString()
34 static constexpr float MICRO = 1e-6f; // NOLINT variable