Searched refs:mFullCompactPerformed (Results 1 – 1 of 1) sorted by relevance
549 public long mFullCompactPerformed; field in CachedAppOptimizer.AggregatedCompactionStats569 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()