Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/performance/tests/
DBootTimeTest.java1107 double bootLoaderTotalTime = 0d; in analyzeBootloaderTimingInfo() local
1122 bootLoaderTotalTime += Double.parseDouble(bootKeyVal[1]); in analyzeBootloaderTimingInfo()
1127 CLog.i("Bootloader time is :%s", bootLoaderTotalTime); in analyzeBootloaderTimingInfo()
1129 mBootInfo.get(BOOTLOADER_TIME).add(bootLoaderTotalTime); in analyzeBootloaderTimingInfo()
1132 timeList.add(bootLoaderTotalTime); in analyzeBootloaderTimingInfo()
1135 mBootIterationInfo.put(BOOTLOADER_TIME, bootLoaderTotalTime); in analyzeBootloaderTimingInfo()
1146 double totalBootTime = bootLoaderTotalTime + bootCompleteTime; in analyzeBootloaderTimingInfo()