Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAppProfiler.java680 int statType; in collectPssInBackground() local
695 statType = profile.getPssStatType(); in collectPssInBackground()
732 statType, endTime - startTime, SystemClock.uptimeMillis()); in collectPssInBackground()
821 int statType; in collectRssInBackground() local
836 statType = profile.getPssStatType(); in collectRssInBackground()
872 recordRssSampleLPf(profile, procState, rss, statType, endTime - startTime, in collectRssInBackground()
915 long swapPss, long rss, int statType, long pssDuration, long now) { in recordPssSampleLPf() argument
919 swapPss * 1024, rss * 1024, statType, procState, pssDuration); in recordPssSampleLPf() local
921 profile.addPss(pss, uss, rss, true, statType, pssDuration); in recordPssSampleLPf()
977 int statType, long rssDuration, long now) { in recordRssSampleLPf() argument
[all …]