Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAppProfiler.java977 int statType, long rssDuration, long now) { in recordRssSampleLPf() argument
985 /* swapPss = */ 0, rss * 1024, statType, procState, rssDuration); in recordRssSampleLPf() local
988 profile.addPss(/* pss = */ 0, /* uss = */ 0, rss, true, statType, rssDuration); in recordRssSampleLPf()