Home
last modified time | relevance | path

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

/benchmark/benchmark-junit4/src/main/java/androidx/benchmark/junit4/
DBenchmarkRule.kt229 val ruleScope = scope as BenchmarkRule.Scope // cast back to outer scope type in measureRepeated() constant
233 block.invoke(ruleScope) in measureRepeated()
266 val ruleScope = scope as BenchmarkRule.Scope // cast back to outer scope type in measureRepeatedOnMainThread() constant
270 block.invoke(ruleScope) in measureRepeatedOnMainThread()