Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaMemoryTracer.cpp136 TraceValue traceValue = convertUnits(typedValue.second); in logOutput() local
137 const char* entry = (traceValue.count > 1) ? "entries" : "entry"; in logOutput()
139 traceValue.value, traceValue.units, traceValue.count, entry); in logOutput()
144 TraceValue traceValue = convertUnits(result->second); in logOutput() local
145 const char* entry = (traceValue.count > 1) ? "entries" : "entry"; in logOutput()
147 traceValue.value, traceValue.units, traceValue.count, entry); in logOutput()