Lines Matching refs:Run
157 std::vector<BenchmarkReporter::Run> ComputeBigO(
158 const std::vector<BenchmarkReporter::Run>& reports) {
159 typedef BenchmarkReporter::Run Run;
160 std::vector<Run> results;
170 for (const Run& run : reports) {
193 // Get the data from the accumulator to BenchmarkReporter::Run's.
194 Run big_o;
198 big_o.run_type = BenchmarkReporter::Run::RT_Aggregate;
200 big_o.repetition_index = Run::no_repetition_index;
219 Run rms;
223 rms.run_type = BenchmarkReporter::Run::RT_Aggregate;
228 rms.repetition_index = Run::no_repetition_index;