Home
last modified time | relevance | path

Searched refs:ReportRuns (Results 1 - 13 of 13) sorted by relevance

/third_party/benchmark/test/
H A Dbenchmark_min_time_flag_iters_test.cc20 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE {
23 ConsoleReporter::ReportRuns(report);
H A Dbenchmark_min_time_flag_time_test.cc26 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE {
28 ConsoleReporter::ReportRuns(report);
H A Dspec_arg_test.cc24 void ReportRuns(const std::vector<Run>& report) override {
27 ConsoleReporter::ReportRuns(report);
H A Dfilter_test.cc21 void ReportRuns(const std::vector<Run>& report) override {
24 ConsoleReporter::ReportRuns(report);
H A Dskip_with_error_test.cc17 void ReportRuns(const std::vector<Run>& report) override {
19 ConsoleReporter::ReportRuns(report);
H A Dregister_benchmark_test.cc13 void ReportRuns(const std::vector<Run>& report) override {
15 ConsoleReporter::ReportRuns(report);
H A Dbenchmark_random_interleaving_gtest.cc42 void ReportRuns(const std::vector<Run>& /* report */) override {}
H A Doutput_test_helper.cc160 void ReportRuns(const std::vector<Run>& report) override {
161 for (auto rep : reporters_) rep->ReportRuns(report);
/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.cc75 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::ConsoleReporter
H A Dbenchmark.cc331 if (!aggregates_only) reporter->ReportRuns(results.non_aggregates); in Report()
333 reporter->ReportRuns(results.aggregates_only); in Report()
H A Djson_reporter.cc194 void JSONReporter::ReportRuns(std::vector<Run> const& reports) {
/third_party/benchmark/include/benchmark/
H A Dbenchmark.h1850 virtual void ReportRuns(const std::vector<Run>& report) = 0;
1901 void ReportRuns(const std::vector<Run>& reports) BENCHMARK_OVERRIDE;
1917 void ReportRuns(const std::vector<Run>& reports) BENCHMARK_OVERRIDE;
1932 void ReportRuns(const std::vector<Run>& reports) BENCHMARK_OVERRIDE;

Completed in 9 milliseconds