Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/skia/debug/
DSkiaMemoryReporter.cpp157 for (const auto& itemValues : individualItem.second) { in logOutput() local
158 if (strcmp("size", itemValues.first) == 0) { in logOutput()
161 TraceValue traceValue = convertUnits(itemValues.second); in logOutput()
163 StringAppendF(&log, " %s[%s]", itemValues.first, in logOutput()
166 StringAppendF(&log, " %s[%.2f %s]", itemValues.first, in logOutput()