Home
last modified time | relevance | path

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

/third_party/benchmark/test/
Dbenchmark_min_time_flag_iters_test.cc20 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns() function in __anon3071b8fa0111::TestReporter
Dspec_arg_test.cc24 void ReportRuns(const std::vector<Run>& report) override { in ReportRuns() function in __anona5fc1d030111::TestReporter
Dbenchmark_min_time_flag_time_test.cc26 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns() function in __anon771f40620111::TestReporter
Dfilter_test.cc21 void ReportRuns(const std::vector<Run>& report) override { in ReportRuns() function in __anon7748fa450111::TestReporter
Dbenchmark_random_interleaving_gtest.cc42 void ReportRuns(const std::vector<Run>& /* report */) override {} in ReportRuns() function in benchmark::internal::__anon379a73380111::NullReporter
Dskip_with_error_test.cc17 void ReportRuns(const std::vector<Run>& report) override { in ReportRuns() function in __anonc00530fa0111::TestReporter
Dregister_benchmark_test.cc13 void ReportRuns(const std::vector<Run>& report) override { in ReportRuns() function in __anonb72bb42e0111::TestReporter
Doutput_test_helper.cc160 void ReportRuns(const std::vector<Run>& report) override { in ReportRuns() function in internal::__anon58e637ef0111::TestReporter
/third_party/benchmark/src/
Dcsv_reporter.cc62 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::CSVReporter
Dconsole_reporter.cc75 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::ConsoleReporter
Djson_reporter.cc194 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns() function in benchmark::JSONReporter