Searched refs:totalPssKb (Results 1 – 1 of 1) sorted by relevance
43 int totalPssKb = Math.toIntExact(Debug.getPss()); in takeMeasurement() local47 writer.append(Integer.toString(totalPssKb)); in takeMeasurement()49 Log.i(TAG, "Wrote to total PSS of " + totalPssKb + " kB to " + output.getCanonicalPath()); in takeMeasurement()