Searched refs:mSomeCompactPerformed (Results 1 – 1 of 1) sorted by relevance
553 public long mSomeCompactPerformed; field in CachedAppOptimizer.AggregatedCompactionStats570 public long getThrottledSome() { return mSomeCompactRequested - mSomeCompactPerformed; } in getThrottledSome()590 long totalCompactPerformed = mSomeCompactPerformed + mFullCompactPerformed; in dump()592 pw.println(" Some: (" + mSomeCompactPerformed + "/" + mSomeCompactRequested + ")"); in dump()765 totalCompactPerformedSome += stats.mSomeCompactPerformed; in dump()2105 ++perSourceStats.mSomeCompactPerformed; in handleMessage()2106 ++perProcessStats.mSomeCompactPerformed; in handleMessage()