Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaMemoryTracer.cpp137 TraceValue traceValue = convertUnits(typedValue.second); in logOutput() local
138 const char* entry = (traceValue.count > 1) ? "entries" : "entry"; in logOutput()
139 log.appendFormat(" %s: %.2f %s (%d %s)\n", typedValue.first, traceValue.value, in logOutput()
140 traceValue.units, traceValue.count, entry); in logOutput()
145 TraceValue traceValue = convertUnits(result->second); in logOutput() local
146 const char* entry = (traceValue.count > 1) ? "entries" : "entry"; in logOutput()
148 traceValue.value, traceValue.units, traceValue.count, entry); in logOutput()