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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
BenchmarkRunner.h 66 class FunctionExecutor {
68 virtual ~FunctionExecutor();
82 runMeasurements(const FunctionExecutor &Executor) const = 0;
BenchmarkRunner.cpp 39 class FunctionExecutorImpl : public BenchmarkRunner::FunctionExecutor {
276 BenchmarkRunner::FunctionExecutor::~FunctionExecutor() {}

Completed in 78 milliseconds