Lines Matching refs:Run
157 std::vector<BenchmarkReporter::Run> ComputeBigO( in ComputeBigO()
158 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeBigO()
159 typedef BenchmarkReporter::Run Run; in ComputeBigO() typedef
160 std::vector<Run> results; in ComputeBigO()
170 for (const Run& run : reports) { in ComputeBigO()
194 Run big_o; in ComputeBigO()
198 big_o.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeBigO()
200 big_o.repetition_index = Run::no_repetition_index; in ComputeBigO()
219 Run rms; in ComputeBigO()
223 rms.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeBigO()
228 rms.repetition_index = Run::no_repetition_index; in ComputeBigO()