Searched refs:scopeFactory (Results 1 – 3 of 3) sorted by relevance
116 val scopeFactory: (MicrobenchmarkRunningState) -> MicrobenchmarkScope = { runningState -> in <lambda>() constant in androidx.benchmark.junit4.BenchmarkRule227 scopeFactory = scopeFactory, // inflate custom Scope object to respect/maintain public API in measureRepeated()264 scopeFactory = scopeFactory, // inflate custom Scope object to respect/maintain public API in measureRepeatedOnMainThread()
267 private val scopeFactory: ScopeFactory, constant in Microbenchmark275 scopeFactory: ScopeFactory = { runningState -> MicrobenchmarkScope(runningState) }, in runningState()281 scopeFactory = scopeFactory,297 private val scope = scopeFactory(state)440 scopeFactory: ScopeFactory = { runningState -> MicrobenchmarkScope(runningState) }, in measureRepeatedImplWithTracing()449 scopeFactory = scopeFactory,
51 scopeFactory = { state: MicrobenchmarkRunningState -> in <lambda>()