Home
last modified time | relevance | path

Searched refs:PerFamilyRunReports (Results 1 – 4 of 4) sorted by relevance

/third_party/benchmark/src/
Dbenchmark_runner.h62 BenchmarkReporter::PerFamilyRunReports* reports_for_family);
74 BenchmarkReporter::PerFamilyRunReports* GetReportsForFamily() const { in GetReportsForFamily()
88 BenchmarkReporter::PerFamilyRunReports* reports_for_family;
Dbenchmark.cc371 std::map<int /*family_index*/, BenchmarkReporter::PerFamilyRunReports> in RunBenchmarks()
396 BenchmarkReporter::PerFamilyRunReports* reports_for_family = nullptr; in RunBenchmarks()
Dbenchmark_runner.cc223 BenchmarkReporter::PerFamilyRunReports* reports_for_family_) in BenchmarkRunner()
/third_party/benchmark/include/benchmark/
Dbenchmark.h1812 struct PerFamilyRunReports { struct
1813 PerFamilyRunReports() : num_runs_total(0), num_runs_done(0) {} in PerFamilyRunReports() function