Home
last modified time | relevance | path

Searched refs:nativeTotalPss (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DAppProfiler.java429 long nativeTotalPss = 0; in collectPssInBackground() local
444 nativeTotalPss += Debug.getPss(stats.get(j).pid, null, null); in collectPssInBackground()
457 kernelKb * 1024, nativeTotalPss * 1024); in collectPssInBackground()
459 nativeTotalPss); in collectPssInBackground()