Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_telemetry.cpp112 static std::string MemoryToString(uint64_t memory) in MemoryToString() function
320 …"\nRAM Total: " + MemoryToString(info.cpu.ramTotal) + "\nRAM Free: " + MemoryToString(info.cpu.ram… in GetDeviceInfoString()