Home
last modified time | relevance | path

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

/appcompat/appcompat-benchmark/src/androidTest/java/androidx/appcompat/benchmark/
DViewInflationBenchmark.kt35 @get:Rule val benchmarkRule = BenchmarkRule() constant in androidx.appcompat.benchmark.ViewInflationBenchmark
46 benchmarkRule.measureRepeated { inflater.inflate(R.layout.twelve_key_entry, root, false) } in testTwelveKeyInflate()