Home
last modified time | relevance | path

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

/benchmark/benchmark-common/src/main/java/androidx/benchmark/
DMicrobenchmark.kt200 internal typealias ScopeFactory = (MicrobenchmarkRunningState) -> MicrobenchmarkScope typealias
267 private val scopeFactory: ScopeFactory,
275 scopeFactory: ScopeFactory = { runningState -> MicrobenchmarkScope(runningState) }, in runningState()
440 scopeFactory: ScopeFactory = { runningState -> MicrobenchmarkScope(runningState) }, in measureRepeatedImplWithTracing()