HomeSort by: relevance | last modified time | path
    Searched defs:BenchmarkRunner (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
BenchmarkRunner.h 1 //===-- BenchmarkRunner.h ---------------------------------------*- C++ -*-===//
10 /// Defines the abstract BenchmarkRunner class for measuring a certain execution
35 class BenchmarkRunner {
37 explicit BenchmarkRunner(const LLVMState &State,
40 virtual ~BenchmarkRunner();
BenchmarkRunner.cpp 1 //===-- BenchmarkRunner.cpp -------------------------------------*- C++ -*-===//
14 #include "BenchmarkRunner.h"
32 BenchmarkRunner::BenchmarkRunner(const LLVMState &State,
36 BenchmarkRunner::~BenchmarkRunner() = default;
39 class FunctionExecutorImpl : public BenchmarkRunner::FunctionExecutor {
43 BenchmarkRunner::ScratchSpace *Scratch)
131 BenchmarkRunner::ScratchSpace *const Scratch;
135 Expected<InstructionBenchmark> BenchmarkRunner::runConfiguration
    [all...]
  /src/external/apache2/llvm/dist/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 19 milliseconds