Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DATraceMemoryDump.cpp131 uint64_t hwui_all_frame_memory = 0; in logTraces() local
133 hwui_all_frame_memory += it.second.memory; in logTraces()
145 hwui_all_frame_memory += (uint64_t)gpuResourceBytes; in logTraces()
153 ATRACE_INT64("HWUI All Memory", hwui_all_frame_memory); in logTraces()