D | LoadTestsAutoTest.java | 156 private void printRow(PrintStream ps, String format, Object...objs) { in printRow() method in LoadTestsAutoTest 193 printRow(ps, formatString, "", "native", "dalvik", "other", "total"); in dumpMemoryInfo() 194 printRow(ps, formatString, "size:", nativeMax, dalvikMax, "N/A", nativeMax + dalvikMax); in dumpMemoryInfo() 195 printRow(ps, formatString, "allocated:", nativeAllocated, dalvikAllocated, "N/A", in dumpMemoryInfo() 197 printRow(ps, formatString, "free:", nativeFree, dalvikFree, "N/A", in dumpMemoryInfo() 200 printRow(ps, formatString, "(Pss):", memInfo.nativePss, memInfo.dalvikPss, in dumpMemoryInfo() 203 printRow(ps, formatString, "(shared dirty):", nativeShared, dalvikShared, otherShared, in dumpMemoryInfo() 205 printRow(ps, formatString, "(priv dirty):", nativePrivate, dalvikPrivate, otherPrivate, in dumpMemoryInfo()
|