Home
last modified time | relevance | path

Searched defs:runBenchmark (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/benchmarks/php/
DPhpBenchmark.php62 public function runBenchmark() { function in Google\\Protobuf\\Benchmark\\Benchmark
97 function runBenchmark($file, $behavior_prefix) { function
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/scheduler/
DDispatchersContextSwitchBenchmark.kt63 private fun runBenchmark(dispatcher: CoroutineContext) = runBlocking { in <lambda>() method in benchmarks.scheduler.DispatchersContextSwitchBenchmark