Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/reporter/
DGameQualificationResultReporter.java60 private int mTotalAllocated = 0; field in GameQualificationResultReporter
83mTotalAllocated = (int) metrics.get("memory_allocated").getMeasurements().getSingleInt(); in testEnded()
166 sb.append(mTotalAllocated); in getInvocationSummary()