Home
last modified time | relevance | path

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

/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java345 private Map<String, Double> mBootIterationInfo = new LinkedHashMap<>(); field in BootTimeTest
384 mBootIterationInfo.put(DMESG_BOOT_COMPLETE_TIME, bootCompleteTime); in setDmesgBootIterationTime()
710 mBootIterationInfo.put(SUCCESSIVE_ONLINE, onlineTime); in testSuccessiveBoots()
720 mBootIterationInfo.put(SUCCESSIVE_BOOT, bootTime); in testSuccessiveBoots()
754 for (Map.Entry<String, Double> bootData : mBootIterationInfo.entrySet()) { in testSuccessiveBoots()
782 mBootIterationInfo.clear(); in testSuccessiveBoots()
893 mBootIterationInfo.put(fullCompName, time); in analyzeGranularBootInfo()
920 if (mBootIterationInfo.containsKey(DMESG_BOOT_COMPLETE_TIME)) { in analyzeCustomBootInfo()
921 dmesgBootCompleteTimes = mBootIterationInfo.get(DMESG_BOOT_COMPLETE_TIME); in analyzeCustomBootInfo()
955 mBootIterationInfo.put(metric.getKey(), duration); in analyzeCustomBootInfo()
[all …]