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 __anon9fee9fd90111::TestReporter
Dspec_arg_test.cc24 void ReportRuns(const std::vector<Run>& report) override { in ReportRuns() function in __anon026d5e820111::TestReporter
Dbenchmark_min_time_flag_time_test.cc26 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns() function in __anone71b47610111::TestReporter
Dbenchmark_random_interleaving_gtest.cc42 void ReportRuns(const std::vector<Run>& /* report */) override {} in ReportRuns() function in benchmark::internal::__anon96b435f70111::NullReporter
Dfilter_test.cc21 void ReportRuns(const std::vector<Run>& report) override { in ReportRuns() function in __anon472dd0040111::TestReporter
Dskip_with_error_test.cc17 void ReportRuns(const std::vector<Run>& report) override { in ReportRuns() function in __anon7f0bed990111::TestReporter
Dregister_benchmark_test.cc13 void ReportRuns(const std::vector<Run>& report) override { in ReportRuns() function in __anonc7e0206d0111::TestReporter
Doutput_test_helper.cc160 void ReportRuns(const std::vector<Run>& report) override { in ReportRuns() function in internal::__anoneb8740ce0111::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