Searched defs:BenchmarkResult (Results 1 – 6 of 6) sorted by relevance
72 struct BenchmarkResult { struct82 BenchmarkResult benchmark(const BenchmarkOptions &options, argument
99 struct BenchmarkResult { struct100 BenchmarkStatus TerminationStatus = BenchmarkStatus::Running;101 Duration BestGuess = {};102 std::optional<llvm::SmallVector<BenchmarkState, 16>> MaybeBenchmarkLog;
194 class BenchmarkResult(NamedTuple): class215 def add(self, benchmark_result: BenchmarkResult):389 def add(self, benchmark_result: BenchmarkResult):
553 message BenchmarkResult { message