Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/performance_tests/hostside/test/com/android/game/qualification/metric/
DMetricSummaryTest.java65 builder.setLoadTimeMs(42); in testConversion()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DMetricSummary.java189 public void setLoadTimeMs(long loadTimeMs) { in setLoadTimeMs() method in MetricSummary.Builder
DGameQualificationFpsCollector.java282 summaryBuilder.setLoadTimeMs(e.getTimestamp() - appLaunchedTime); in doEnd()