Home
last modified time | relevance | path

Searched refs:MICRO (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_telemetry.cpp114 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()
H A Drs_profiler_utils.h34 static constexpr float MICRO = 1e-6f; // NOLINT variable