Searched refs:mFullCompactPerformed (Results 1 – 1 of 1) sorted by relevance
552 public long mFullCompactPerformed; field in CachedAppOptimizer.AggregatedCompactionStats572 public long getThrottledFull() { return mFullCompactRequested - mFullCompactPerformed; } in getThrottledFull()590 long totalCompactPerformed = mSomeCompactPerformed + mFullCompactPerformed; in dump()593 pw.println(" Full: (" + mFullCompactPerformed + "/" + mFullCompactRequested + ")"); in dump()618 if (mFullCompactPerformed > 0) { in dump()631 long avgKBsPerProcCompact = mFullCompactPerformed > 0 in dump()632 ? (mTotalAnonMemFreedKBs / mFullCompactPerformed) in dump()766 totalCompactPerformedFull += stats.mFullCompactPerformed; in dump()2109 ++perSourceStats.mFullCompactPerformed; in handleMessage()2110 ++perProcessStats.mFullCompactPerformed; in handleMessage()