Home
last modified time | relevance | path

Searched defs:RunBenchmarks (Results 1 – 5 of 5) sorted by relevance

/external/toolchain-utils/automation/clients/helper/
Dchromeos.py31 def RunBenchmarks(self, board, tests): member in ScriptsFactory
/external/tensorflow/tensorflow/core/platform/default/
Dtest_benchmark.cc247 void RunBenchmarks() { Benchmark::Run("all"); } in RunBenchmarks() function
/external/google-benchmark/src/
Dbenchmark.cc224 void RunBenchmarks(const std::vector<BenchmarkInstance>& benchmarks, in RunBenchmarks() function
/external/libcxx/utils/google-benchmark/src/
Dbenchmark.cc224 void RunBenchmarks(const std::vector<BenchmarkInstance>& benchmarks, in RunBenchmarks() function
/external/vixl/tools/
Dtest.py391 def RunBenchmarks(options, args): function