Searched defs:BenchmarkResult (Results 1 – 2 of 2) sorted by relevance
102 struct BenchmarkResult { struct103 BenchmarkStatus TerminationStatus = BenchmarkStatus::Running;104 Duration BestGuess = {};105 llvm::Optional<llvm::SmallVector<BenchmarkState, 16>> MaybeBenchmarkLog;
394 message BenchmarkResult { message