Lines Matching defs:reports_for_family
396 BenchmarkReporter::PerFamilyRunReports* reports_for_family = nullptr;
398 reports_for_family = &per_family_reports[benchmark.family_index()];
400 runners.emplace_back(benchmark, &perfcounters, reports_for_family);
403 if (reports_for_family)
404 reports_for_family->num_runs_total += num_repeats_of_this_instance;
451 if (const auto* reports_for_family = runner.GetReportsForFamily()) {
452 if (reports_for_family->num_runs_done ==
453 reports_for_family->num_runs_total) {
454 auto additional_run_stats = ComputeBigO(reports_for_family->Runs);
459 static_cast<int>(reports_for_family->Runs.front().family_index));