Searched defs:samples (Results 1 – 1 of 1) sorted by relevance
107 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()