Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DGameQualificationFpsCollector.java202 long startTimestamp, in processTimestampsSlice() argument
205 outputFile.write("Loop " + runIndex + " timestamp: " + startTimestamp + " ns\n"); in processTimestampsSlice()
218 if (presentTime < startTimestamp) { in processTimestampsSlice()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/pandora/
DPtsBotTest.java474 long startTimestamp = System.currentTimeMillis(); in runPtsBotTests() local
481 listener.testRunEnded(endTimestamp - startTimestamp, runMetrics); in runPtsBotTests()