Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DCachedAppOptimizer.java549 public long mFullCompactPerformed; field in CachedAppOptimizer.AggregatedCompactionStats
569 public long getThrottledFull() { return mFullCompactRequested - mFullCompactPerformed; } in getThrottledFull()
586 long totalCompactPerformed = mSomeCompactPerformed + mFullCompactPerformed; in dump()
589 pw.println(" Full: (" + mFullCompactPerformed + "/" + mFullCompactRequested + ")"); in dump()
614 if (mFullCompactPerformed > 0) { in dump()
627 long avgKBsPerProcCompact = mFullCompactPerformed > 0 in dump()
628 ? (mTotalAnonMemFreedKBs / mFullCompactPerformed) in dump()
761 totalCompactPerformedFull += stats.mFullCompactPerformed; in dump()
2059 ++perSourceStats.mFullCompactPerformed; in handleMessage()
2060 ++perProcessStats.mFullCompactPerformed; in handleMessage()