Home
last modified time | relevance | path

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

/benchmark/benchmark-common/src/main/java/androidx/benchmark/
DMicrobenchmark.kt44 open class MicrobenchmarkScope in <lambda>() class
198 internal typealias LoopedMeasurementBlock = suspend (MicrobenchmarkScope, Int) -> Unit
200 internal typealias ScopeFactory = (MicrobenchmarkRunningState) -> MicrobenchmarkScope
275 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()
DBenchmarkState.kt151 @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP) @JvmField var scope: MicrobenchmarkScope? = null
DMicrobenchmarkPhase.kt66 scope: MicrobenchmarkScope, in <lambda>()
/benchmark/benchmark-junit4/src/main/java/androidx/benchmark/junit4/
DBenchmarkRule.kt28 import androidx.benchmark.MicrobenchmarkScope in <lambda>()
116 val scopeFactory: (MicrobenchmarkRunningState) -> MicrobenchmarkScope = { runningState -> in <lambda>()
141 MicrobenchmarkScope(state) { in <lambda>()
/benchmark/benchmark-junit4/api/
Dcurrent.txt17 public final class BenchmarkRule.Scope extends androidx.benchmark.MicrobenchmarkScope {
Drestricted_current.txt19 public final class BenchmarkRule.Scope extends androidx.benchmark.MicrobenchmarkScope {
/benchmark/benchmark-common/src/androidTest/java/androidx/benchmark/
DMicrobenchmarkPhaseConfigTest.kt52 MicrobenchmarkScope(state) in <lambda>()
/benchmark/benchmark-common/api/
Dcurrent.txt77 public class MicrobenchmarkScope {
Drestricted_current.txt80 public class MicrobenchmarkScope {