Home
last modified time | relevance | path

Searched defs:samples (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DAuptTestCase.java107 public static List<Long> getForegroundDalvikHeap(Collection<MemHealthRecord> samples) { in getForegroundDalvikHeap()
117 public static List<Long> getBackgroundDalvikHeap(Collection<MemHealthRecord> samples) { in getBackgroundDalvikHeap()
127 public static List<Long> getForegroundNativeHeap(Collection<MemHealthRecord> samples) { in getForegroundNativeHeap()
137 public static List<Long> getBackgroundNativeHeap(Collection<MemHealthRecord> samples) { in getBackgroundNativeHeap()
147 public static List<Long> getForegroundPss(Collection<MemHealthRecord> samples) { in getForegroundPss()
157 public static List<Long> getBackgroundPss(Collection<MemHealthRecord> samples) { in getBackgroundPss()
167 private static Long getMax(Collection<Long> samples) { in getMax()
177 private static Long getAverage(Collection<Long> samples) { in getAverage()