Home
last modified time | relevance | path

Searched defs:ComposeBenchmarkRule (Results 1 – 7 of 7) sorted by relevance

/compose/benchmark-utils/src/main/java/androidx/compose/testutils/benchmark/
DBenchmarkFirstExtensions.kt35 fun ComposeBenchmarkRule.benchmarkToFirstPixel(caseFactory: () -> LayeredComposeTestCase) { in benchmarkToFirstPixel() method
64 fun ComposeBenchmarkRule.benchmarkFirstCompose(caseFactory: () -> LayeredComposeTestCase) { in benchmarkFirstCompose() method
84 fun ComposeBenchmarkRule.benchmarkFirstMeasure(caseFactory: () -> LayeredComposeTestCase) { in ComposeBenchmarkRule() method
109 fun ComposeBenchmarkRule.benchmarkFirstLayout(caseFactory: () -> LayeredComposeTestCase) { in benchmarkFirstLayout() method
135 fun ComposeBenchmarkRule.benchmarkFirstDraw(caseFactory: () -> LayeredComposeTestCase) { in ComposeBenchmarkRule() method
DComposeBenchmarkRule.kt40 class ComposeBenchmarkRule class
DBenchmarksExtensions.kt41 fun ComposeBenchmarkRule.benchmarkLayoutPerf(caseFactory: () -> ComposeTestCase) { in <lambda>() method
126 fun ComposeBenchmarkRule.benchmarkDrawPerf(caseFactory: () -> ComposeTestCase) { in ComposeBenchmarkRule() method
435 fun ComposeBenchmarkRule.benchmarkReuseFor(content: @Composable () -> Unit) { in ComposeBenchmarkRule() method
/compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/lazy/
DReuseBenchmark.kt116 private fun ComposeBenchmarkRule.benchmarkCreateFor(content: @Composable () -> Unit) { in ComposeBenchmarkRule() method
120 private fun ComposeBenchmarkRule.createBenchmark( in ComposeBenchmarkRule() method
143 private fun ComposeBenchmarkRule.disposeBenchmark( in disposeBenchmark() method
DLazySwitchingStatesBenchmark.kt69 private fun ComposeBenchmarkRule.runBenchmark(composition: Boolean, switchingStateCount: Int) { in <lambda>() method
/compose/ui/ui/benchmark/src/androidTest/java/androidx/compose/ui/benchmark/
DBenchmarkModifierExtensions.kt86 fun ComposeBenchmarkRule.measureModifier( in measureModifier() method
/compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/focusable/
DFocusableInLazyListBenchmark.kt72 private fun ComposeBenchmarkRule.toggleAndMeasureRepeated( in <lambda>() method