Home
last modified time | relevance | path

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

/frameworks/rs/toolkit/test/
DTimingTracker.kt36 val deltaInMicroseconds: Int = ((end - start) / 1000).toInt() in <lambda>() constant
40 timing[currentIteration - numberOfIterationsToIgnore] += deltaInMicroseconds in <lambda>()