Searched refs:processStateWeight (Results 1 – 3 of 3) sorted by relevance
435 mMemStateWeights[i] = totalMem.processStateWeight[i]; in calculateWeightInfo()437 freeWeight += totalMem.processStateWeight[i]; in calculateWeightInfo()439 usedWeight += totalMem.processStateWeight[i]; in calculateWeightInfo()
426 data.processStateWeight[i] = 0; in computeTotalMemoryUse()1923 totalMem.processStateWeight[i], totalMem.totalTime, totalPss, in dumpTotalsLocked()1937 totalMem.processStateWeight[STATE_SERVICE_RESTARTING], totalMem.totalTime, totalPss, in dumpTotalsLocked()2162 pw.print(totalMem.processStateWeight[i]); in dumpCheckinLocked()2556 public double[] processStateWeight = new double[STATE_COUNT]; field in ProcessStats.TotalMemoryUseCollection
884 data.processStateWeight[procState] += avg * (double)time; in aggregatePss()