HomeSort by relevance Sort by last modified time
    Searched defs:BenchmarkRunner (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
BenchmarkRunner.h 1 //===-- BenchmarkRunner.h ---------------------------------------*- C++ -*-===//
11 /// Defines the abstract BenchmarkRunner class for measuring a certain execution
55 class BenchmarkRunner {
57 explicit BenchmarkRunner(const LLVMState &State,
60 virtual ~BenchmarkRunner();
BenchmarkRunner.cpp 1 //===-- BenchmarkRunner.cpp -------------------------------------*- C++ -*-===//
14 #include "BenchmarkRunner.h"
29 BenchmarkRunner::BenchmarkRunner(const LLVMState &State,
35 BenchmarkRunner::~BenchmarkRunner() = default;
38 BenchmarkRunner::run(unsigned Opcode, unsigned NumRepetitions) {
63 BenchmarkRunner::runOne(const BenchmarkConfiguration &Configuration,
128 BenchmarkRunner::generateConfigurations(unsigned Opcode) const {
144 std::vector<unsigned> BenchmarkRunner::computeRegsToDef
    [all...]
  /frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
BenchmarkRunner.java 25 public class BenchmarkRunner {
58 throw new IllegalStateException("BenchmarkRunner is in unknown state");
  /external/google-benchmark/src/
benchmark_runner.cc 127 class BenchmarkRunner {
129 BenchmarkRunner(const benchmark::internal::BenchmarkInstance& b_,
344 internal::BenchmarkRunner r(b, complexity_reports);
  /external/libcxx/utils/google-benchmark/src/
benchmark_runner.cc 127 class BenchmarkRunner {
129 BenchmarkRunner(const benchmark::internal::BenchmarkInstance& b_,
344 internal::BenchmarkRunner r(b, complexity_reports);

Completed in 3983 milliseconds