Home
last modified time | relevance | path

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

/third_party/benchmark/test/
Dspec_arg_test.cc24 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns() function in __anon2325f6020111::TestReporter
27 ConsoleReporter::ReportRuns(report); in ReportRuns()
Dfilter_test.cc21 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns() function in __anon09da87840111::TestReporter
25 ConsoleReporter::ReportRuns(report); in ReportRuns()
Dregister_benchmark_test.cc13 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns() function in __anon8bdc17ed0111::TestReporter
15 ConsoleReporter::ReportRuns(report); in ReportRuns()
Dskip_with_error_test.cc17 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns() function in __anon963f15190111::TestReporter
19 ConsoleReporter::ReportRuns(report); in ReportRuns()
Dbenchmark_random_interleaving_gtest.cc42 void ReportRuns(const std::vector<Run>& /* report */) override {} in ReportRuns() function in benchmark::internal::__anon8cdf6d770111::NullReporter
Doutput_test_helper.cc160 void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns() function in internal::__anona4ca884e0111::TestReporter
161 for (auto rep : reporters_) rep->ReportRuns(report); in ReportRuns()
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dcsv_reporter.cc45 void CSVReporter::ReportRuns(const std::vector<Run> & reports) { in ReportRuns() function in benchmark::CSVReporter
Dconsole_reporter.cc72 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::ConsoleReporter
Djson_reporter.cc127 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns() function in benchmark::JSONReporter
Dbenchmark.cc431 console_reporter->ReportRuns(reports); in RunBenchmarks()
432 if (file_reporter) file_reporter->ReportRuns(reports); in RunBenchmarks()
/third_party/benchmark/src/
Dcsv_reporter.cc60 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::CSVReporter
Dbenchmark.cc266 if (!aggregates_only) reporter->ReportRuns(results.non_aggregates); in Report()
268 reporter->ReportRuns(results.aggregates_only); in Report()
Dconsole_reporter.cc72 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::ConsoleReporter
Djson_reporter.cc201 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns() function in benchmark::JSONReporter
/third_party/json/benchmarks/thirdparty/benchmark/include/benchmark/
Dbenchmark.h1340 virtual void ReportRuns(const std::vector<Run>& report) = 0;
1392 virtual void ReportRuns(const std::vector<Run>& reports);
1408 virtual void ReportRuns(const std::vector<Run>& reports);
1421 virtual void ReportRuns(const std::vector<Run>& reports);
/third_party/benchmark/include/benchmark/
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;