Searched refs:traceValue (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaMemoryTracer.cpp | 139 TraceValue traceValue = convertUnits(typedValue.second); in logOutput() local 140 const char* entry = (traceValue.count > 1) ? "entries" : "entry"; in logOutput() 142 traceValue.value, traceValue.units.c_str(), traceValue.count, in logOutput() 148 TraceValue traceValue = convertUnits(result->second); in logOutput() local 149 const char* entry = (traceValue.count > 1) ? "entries" : "entry"; in logOutput() 151 traceValue.value, traceValue.units.c_str(), traceValue.count, in logOutput()
|
/frameworks/native/libs/renderengine/skia/debug/ |
D | SkiaMemoryReporter.cpp | 141 TraceValue traceValue = convertUnits(result->second); in logOutput() local 142 const char* entry = (traceValue.count > 1) ? "entries" : "entry"; in logOutput() 144 traceValue.value, traceValue.units.c_str(), traceValue.count, entry); in logOutput() 161 TraceValue traceValue = convertUnits(itemValues.second); in logOutput() local 162 if (traceValue.value == 0.0f) { in logOutput() 164 traceValue.units.c_str()); in logOutput() 167 traceValue.value, traceValue.units.c_str()); in logOutput()
|