Searched refs:startNanos (Results 1 – 2 of 2) sorted by relevance
66 long startNanos = System.nanoTime(); in testRefreshRateIsAtLeast60Hz() local72 double fps = NUM_FRAMES / (double)(endNanos - startNanos) * 1e9; in testRefreshRateIsAtLeast60Hz()
315 long startNanos = System.nanoTime(); in runChoreographedTest() local319 long durationNanos = System.nanoTime() - startNanos; in runChoreographedTest()