Home
last modified time | relevance | path

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

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DMemHealthRecord.java56 long asGraphics, long asOther, long asSystem, long asOverallPss, in MemHealthRecord() argument
67 mAsGraphics = asGraphics; in MemHealthRecord()
100 int asGraphics = parseMeminfoLine(meminfo, "Graphics:\\s+(\\d+)"); in get() local
111 asNativeHeap, asCode, asStack, asGraphics, asOther, asSystem, in get()
138 List<Long> asGraphics = getForegroundSummaryGraphics(records); in saveVerbose() local
161 out.printf("Average Summary Graphics: %d\n", getAverage(asGraphics)); in saveVerbose()
179 List<Long> asGraphics = getBackgroundSummaryGraphics(records); in saveVerbose() local
202 out.printf("Average Summary Graphics: %d\n", getAverage(asGraphics)); in saveVerbose()