Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_telemetry.cpp169 Utils::LoadLines(*MEMORY, lines); in GetCPUMemory()
203 Utils::LoadLines(*CPU_USAGE, lines); in GetCpuTime()
H A Drs_profiler_utils.h100 static void LoadLines(const std::string& path, std::vector<std::string>& lines);
H A Drs_profiler_utils.cpp352 void Utils::LoadLines(const std::string& path, std::vector<std::string>& lines) in LoadLines() function in OHOS::Rosen::Utils