/third_party/benchmark/test/ |
D | spec_arg_test.cc | 24 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns() function in __anon2325f6020111::TestReporter 27 ConsoleReporter::ReportRuns(report); in ReportRuns()
|
D | filter_test.cc | 21 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns() function in __anon09da87840111::TestReporter 25 ConsoleReporter::ReportRuns(report); in ReportRuns()
|
D | register_benchmark_test.cc | 13 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns() function in __anon8bdc17ed0111::TestReporter 15 ConsoleReporter::ReportRuns(report); in ReportRuns()
|
D | skip_with_error_test.cc | 17 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns() function in __anon963f15190111::TestReporter 19 ConsoleReporter::ReportRuns(report); in ReportRuns()
|
D | benchmark_random_interleaving_gtest.cc | 42 void ReportRuns(const std::vector<Run>& /* report */) override {} in ReportRuns() function in benchmark::internal::__anon8cdf6d770111::NullReporter
|
D | output_test_helper.cc | 160 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/ |
D | csv_reporter.cc | 45 void CSVReporter::ReportRuns(const std::vector<Run> & reports) { in ReportRuns() function in benchmark::CSVReporter
|
D | console_reporter.cc | 72 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::ConsoleReporter
|
D | json_reporter.cc | 127 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns() function in benchmark::JSONReporter
|
D | benchmark.cc | 431 console_reporter->ReportRuns(reports); in RunBenchmarks() 432 if (file_reporter) file_reporter->ReportRuns(reports); in RunBenchmarks()
|
/third_party/benchmark/src/ |
D | csv_reporter.cc | 60 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::CSVReporter
|
D | benchmark.cc | 266 if (!aggregates_only) reporter->ReportRuns(results.non_aggregates); in Report() 268 reporter->ReportRuns(results.aggregates_only); in Report()
|
D | console_reporter.cc | 72 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::ConsoleReporter
|
D | json_reporter.cc | 201 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns() function in benchmark::JSONReporter
|
/third_party/json/benchmarks/thirdparty/benchmark/include/benchmark/ |
D | benchmark.h | 1340 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/ |
D | benchmark.h | 1630 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;
|