Searched refs:ReportRuns (Results 1 – 11 of 11) sorted by relevance
24 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns() function in __anonab38c7860111::TestReporter27 ConsoleReporter::ReportRuns(report); in ReportRuns()
21 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns() function in __anon154328080111::TestReporter25 ConsoleReporter::ReportRuns(report); in ReportRuns()
13 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns() function in __anon46359e710111::TestReporter15 ConsoleReporter::ReportRuns(report); in ReportRuns()
17 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns() function in __anona6ce8a1d0111::TestReporter19 ConsoleReporter::ReportRuns(report); in ReportRuns()
42 void ReportRuns(const std::vector<Run>& /* report */) override {} in ReportRuns() function in benchmark::internal::__anon40b2d9fb0111::NullReporter
160 void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns() function in internal::__anonc230ec520111::TestReporter161 for (auto rep : reporters_) rep->ReportRuns(report); in ReportRuns()
60 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::CSVReporter
266 if (!aggregates_only) reporter->ReportRuns(results.non_aggregates); in Report()268 reporter->ReportRuns(results.aggregates_only); in Report()
72 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::ConsoleReporter
201 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns() function in benchmark::JSONReporter
1630 virtual void ReportRuns(const std::vector<Run>& report) = 0;1681 virtual void ReportRuns(const std::vector<Run>& reports) BENCHMARK_OVERRIDE;1697 virtual void ReportRuns(const std::vector<Run>& reports) BENCHMARK_OVERRIDE;1712 virtual void ReportRuns(const std::vector<Run>& reports) BENCHMARK_OVERRIDE;