Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/android/util/imagepool/
H A DImagePoolStatsDebugImpl.java100 long totalGarbageCollections = 0; in start() local
105 totalGarbageCollections += count; in start()
112 mPreviousGcCollection = totalGarbageCollections; in start()
117 long totalGarbageCollections = 0; in calculateGcStatAndReturn() local
122 totalGarbageCollections += count; in calculateGcStatAndReturn()
129 totalGarbageCollections -= mPreviousGcCollection; in calculateGcStatAndReturn()
134 builder.append(totalGarbageCollections); in calculateGcStatAndReturn()