Searched refs:BenchmarkConfiguration (Results 1 – 2 of 2) sorted by relevance
38 struct BenchmarkConfiguration { struct91 InstructionBenchmark runOne(const BenchmarkConfiguration &Configuration,96 llvm::Expected<std::vector<BenchmarkConfiguration>>100 writeObjectFile(const BenchmarkConfiguration::Setup &Setup,
50 llvm::Expected<std::vector<BenchmarkConfiguration>> ConfigurationOrError = in run()57 for (const BenchmarkConfiguration &Conf : ConfigurationOrError.get()) in run()63 BenchmarkRunner::runOne(const BenchmarkConfiguration &Configuration, in runOne()127 llvm::Expected<std::vector<BenchmarkConfiguration>>132 BenchmarkConfiguration Configuration; in generateConfigurations()139 return std::vector<BenchmarkConfiguration>{Configuration}; in generateConfigurations()186 BenchmarkRunner::writeObjectFile(const BenchmarkConfiguration::Setup &Setup, in writeObjectFile()