Home
last modified time | relevance | path

Searched refs:ReportRuns (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/third-party/benchmark/test/
H A Dspec_arg_test.cc24 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns() function in __anonab38c7860111::TestReporter
27 ConsoleReporter::ReportRuns(report); in ReportRuns()
H A Dfilter_test.cc21 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns() function in __anon154328080111::TestReporter
25 ConsoleReporter::ReportRuns(report); in ReportRuns()
H A Dregister_benchmark_test.cc13 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns() function in __anon46359e710111::TestReporter
15 ConsoleReporter::ReportRuns(report); in ReportRuns()
H A Dskip_with_error_test.cc17 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns() function in __anona6ce8a1d0111::TestReporter
19 ConsoleReporter::ReportRuns(report); in ReportRuns()
H A Dbenchmark_random_interleaving_gtest.cc42 void ReportRuns(const std::vector<Run>& /* report */) override {} in ReportRuns() function in benchmark::internal::__anon40b2d9fb0111::NullReporter
H A Doutput_test_helper.cc160 void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns() function in internal::__anonc230ec520111::TestReporter
161 for (auto rep : reporters_) rep->ReportRuns(report); in ReportRuns()
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dcsv_reporter.cc60 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::CSVReporter
H A Dbenchmark.cc266 if (!aggregates_only) reporter->ReportRuns(results.non_aggregates); in Report()
268 reporter->ReportRuns(results.aggregates_only); in Report()
H A Dconsole_reporter.cc72 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::ConsoleReporter
H A Djson_reporter.cc201 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns() function in benchmark::JSONReporter
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1630 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;