Home
last modified time | relevance | path

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

/frameworks/rs/toolkit/test/
DTimingTracker.kt21 private var numberOfIterationsToIgnore: Int = 0 in <lambda>() variable in com.example.testapp.TimingTracker
24 require(numberOfIterations > numberOfIterationsToIgnore) in <lambda>()
34 if (currentIteration >= numberOfIterationsToIgnore) { in <lambda>()
38 IntArray(numberOfIterations - numberOfIterationsToIgnore) in <lambda>()
40 timing[currentIteration - numberOfIterationsToIgnore] += deltaInMicroseconds in <lambda>()