Home
last modified time | relevance | path

Searched refs:temperature (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_telemetry.h38 float temperature = 0.0f; member
H A Drs_profiler_telemetry.cpp97 static std::string TemperatureToString(float temperature) in TemperatureToString() argument
99 return std::to_string(temperature) + " °C"; in TemperatureToString()
147 cpu.temperature = GetMetricFloat(GetTemperaturePath()) * Utils::MILLI; in GetCPUTemperature()
318 out += "\nTemperature: " + TemperatureToString(info.cpu.temperature) + in GetDeviceInfoString()
H A Drs_profiler.cpp117 out.SetProperty(RSCaptureData::KEY_CPU_TEMP, in.cpu.temperature); in DeviceInfoToCaptureData()

Completed in 4 milliseconds