Home
last modified time | relevance | path

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

/third_party/vixl/tools/
Dtest.py308 def RunBenchmarks(options, args): function
447 rc.Combine(RunBenchmarks(options, args))
/third_party/benchmark/src/
Dbenchmark.cc346 void RunBenchmarks(const std::vector<BenchmarkInstance>& benchmarks, in RunBenchmarks() function
611 internal::RunBenchmarks(benchmarks, display_reporter, file_reporter); in RunSpecifiedBenchmarks()