Searched refs:MicrobenchmarkScope (Results 1 – 9 of 9) sorted by relevance
44 open class MicrobenchmarkScope in <lambda>() class198 internal typealias LoopedMeasurementBlock = suspend (MicrobenchmarkScope, Int) -> Unit200 internal typealias ScopeFactory = (MicrobenchmarkRunningState) -> MicrobenchmarkScope275 scopeFactory: ScopeFactory = { runningState -> MicrobenchmarkScope(runningState) }, in runningState()388 crossinline measureBlock: MicrobenchmarkScope.() -> Unit in measureRepeatedCheckNanosReentrant()440 scopeFactory: ScopeFactory = { runningState -> MicrobenchmarkScope(runningState) }, in measureRepeatedImplWithTracing()472 crossinline measureBlock: MicrobenchmarkScope.() -> Unit in measureRepeated()
151 @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP) @JvmField var scope: MicrobenchmarkScope? = null
66 scope: MicrobenchmarkScope, in <lambda>()
28 import androidx.benchmark.MicrobenchmarkScope in <lambda>()116 val scopeFactory: (MicrobenchmarkRunningState) -> MicrobenchmarkScope = { runningState -> in <lambda>()141 MicrobenchmarkScope(state) { in <lambda>()
17 public final class BenchmarkRule.Scope extends androidx.benchmark.MicrobenchmarkScope {
19 public final class BenchmarkRule.Scope extends androidx.benchmark.MicrobenchmarkScope {
52 MicrobenchmarkScope(state) in <lambda>()
77 public class MicrobenchmarkScope {
80 public class MicrobenchmarkScope {