Searched refs:meminfo (Results 1 – 5 of 5) sorted by relevance
46 adb shell dumpsys meminfo -d --package com.android.tv.tuner > meminfo-begin.txt83 adb shell dumpsys meminfo -d --package com.android.tv.tuner > meminfo-end.txt94 sed -n 33,46p meminfo-begin.txt | cut -f 2 -d ":" -s | awk '{print $1}'95 sed -n 33,46p meminfo-end.txt | cut -f 2 -d ":" -s | awk '{print $1}'
218 String meminfo; in readMemInfo() local220 meminfo = new String(Files.readAllBytes(mMeminfoPath)); in readMemInfo()228 data.putString(Constants.MEMORY_BUNDLE_KEY_MEMINFO, meminfo); in readMemInfo()
144 // Collecting device meminfo takes 1-3ms.145 // Collecting process meminfo takes 70ms and up, depending on how many package names are specified.152 // If only device meminfo is collected, i.e., leaving the package_names field as empty, then154 // However, collecting additional process meminfo is an expensive operation and has adverse
131 # Allow reading /proc/meminfo/ for telemetry
50 using ::android::meminfo::MemUsage;51 using ::android::meminfo::ProcMemInfo;