Home
last modified time | relevance | path

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

/packages/modules/Virtualization/tests/benchmark_hostside/java/android/avf/test/
DAVFHostTestCase.java132 reportMetric(stats.getData(), "hyp_sections", "s"); in testNoLongHypSections()
166 reportMetric(mCollection.mAppBeforeVmRunTotalTime, in appStartupHelper()
169 reportMetric(mCollection.mAppBeforeVmRunWaitTime, in appStartupHelper()
172 reportMetric(mCollection.mAppDuringVmRunTotalTime, in appStartupHelper()
175 reportMetric(mCollection.mAppDuringVmRunWaitTime, in appStartupHelper()
178 reportMetric(mCollection.mAppAfterVmRunTotalTime, in appStartupHelper()
181 reportMetric(mCollection.mAppAfterVmRunWaitTime, in appStartupHelper()
453 reportMetric(bootDmesgTime, "dmesg_boot_time_" + suffix, "s"); in composTestHelper()
456 private void reportMetric(List<Double> data, String name, String unit) { in reportMetric() method in AVFHostTestCase
/packages/modules/Virtualization/compos/benchmark/src/java/com/android/compos/benchmark/
DComposBenchmark.java116 reportMetric("host_compile_time", "s", compileTimes); in testHostCompileTime()
153 reportMetric("guest_compile_time", "s", compileTimes); in testGuestCompileTime()
183 private void reportMetric(String name, String unit, List<? extends Number> values) { in reportMetric() method in ComposBenchmark
195 processMemory.forEach((k, v) -> reportMetric(prefix + k, unit, v)); in reportAggregatedMetric()