Searched refs:durationNanos (Results 1 – 1 of 1) sorted by relevance
319 long durationNanos = System.nanoTime() - startNanos; in runChoreographedTest() local320 Log.d(TAG, "loop exiting after " + durationNanos + in runChoreographedTest()321 " (" + durationNanos / FRAME_COUNT + "ns)"); in runChoreographedTest()