Lines Matching defs:report
696 // Create report about this benchmark run.
697 BenchmarkReporter::Run report;
698 report.benchmark_name = b.name;
699 report.report_label = label;
700 // Report the total iterations across all threads.
701 report.iterations = static_cast<int64_t>(iters) * b.threads;
702 report.real_accumulated_time = real_accumulated_time;
703 report.cpu_accumulated_time = cpu_accumulated_time;
704 report.bytes_per_second = bytes_per_second;
705 report.items_per_second = items_per_second;
706 reports.push_back(report);