Home
last modified time | relevance | path

Searched refs:voltage (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_telemetry.h40 float voltage = 0.0f; member
H A Drs_profiler_telemetry.cpp24 static const StringParameter VOLTAGE("paths.voltage");
107 static std::string VoltageToString(float voltage) in VoltageToString() argument
109 return std::to_string(voltage) + " V"; in VoltageToString()
153 cpu.voltage = GetMetricFloat(*VOLTAGE) * Utils::MICRO; in GetBattery()
319 "\nCurrent: " + CurrentToString(info.cpu.current) + "\nVoltage: " + VoltageToString(info.cpu.voltage) + in GetDeviceInfoString()

Completed in 2 milliseconds