Home
last modified time | relevance | path

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

/llvm-project/third-party/benchmark/test/
H A Dbenchmark_min_time_flag_iters_test.cc20 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns() function in __anon099deb800111::TestReporter
H A Dspec_arg_test.cc24 void ReportRuns(const std::vector<Run>& report) override { in ReportRuns() function in __anon97be57c90111::TestReporter
H A Dbenchmark_min_time_flag_time_test.cc26 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns() function in __anon5eac3a280111::TestReporter
H A Dfilter_test.cc21 void ReportRuns(const std::vector<Run>& report) override { in ReportRuns() function in __anon3391cb8b0111::TestReporter
H A Dbenchmark_random_interleaving_gtest.cc42 void ReportRuns(const std::vector<Run>& /* report */) override {} in ReportRuns() function in benchmark::internal::__anon364cf67e0111::NullReporter
H A Dskip_with_error_test.cc17 void ReportRuns(const std::vector<Run>& report) override { in ReportRuns() function in __anon88acd1000111::TestReporter
H A Dregister_benchmark_test.cc13 void ReportRuns(const std::vector<Run>& report) override { in ReportRuns() function in __anon6a329e740111::TestReporter
H A Doutput_test_helper.cc161 void ReportRuns(const std::vector<Run>& report) override { in ReportRuns() function in internal::__anonccfa1e750111::TestReporter
/llvm-project/third-party/benchmark/src/
H A Dcsv_reporter.cc62 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::CSVReporter
H A Dconsole_reporter.cc79 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