Home
last modified time | relevance | path

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

/external/libcxx/utils/google-benchmark/include/benchmark/
Dreporter.h117 virtual void ReportRuns(const std::vector<Run>& report) = 0;
162 virtual void ReportRuns(const std::vector<Run>& reports);
176 virtual void ReportRuns(const std::vector<Run>& reports);
188 virtual void ReportRuns(const std::vector<Run>& reports);
/external/google-benchmark/include/benchmark/
Dreporter.h121 virtual void ReportRuns(const std::vector<Run>& report) = 0;
173 virtual void ReportRuns(const std::vector<Run>& reports);
189 virtual void ReportRuns(const std::vector<Run>& reports);
202 virtual void ReportRuns(const std::vector<Run>& reports);
/external/libcxx/utils/google-benchmark/test/
Dfilter_test.cc21 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anone9e5b7750111::TestReporter
23 ConsoleReporter::ReportRuns(report); in ReportRuns()
Dregister_benchmark_test.cc13 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anonff9db95e0111::TestReporter
15 ConsoleReporter::ReportRuns(report); in ReportRuns()
Dskip_with_error_test.cc17 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anon7141c42a0111::TestReporter
19 ConsoleReporter::ReportRuns(report); in ReportRuns()
Doutput_test_helper.cc132 void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in internal::__anon2a843f1f0111::TestReporter
133 for (auto rep : reporters_) rep->ReportRuns(report); in ReportRuns()
/external/google-benchmark/test/
Dfilter_test.cc21 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anonbf6d2b7c0111::TestReporter
23 ConsoleReporter::ReportRuns(report); in ReportRuns()
Dskip_with_error_test.cc17 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anon54b5b0110111::TestReporter
19 ConsoleReporter::ReportRuns(report); in ReportRuns()
Dregister_benchmark_test.cc13 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anon938c6fe50111::TestReporter
15 ConsoleReporter::ReportRuns(report); in ReportRuns()
Doutput_test_helper.cc142 void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in internal::__anonec6e05460111::TestReporter
143 for (auto rep : reporters_) rep->ReportRuns(report); in ReportRuns()
/external/libcxx/utils/google-benchmark/src/
Dcsv_reporter.cc51 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::CSVReporter
Dconsole_reporter.cc56 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::ConsoleReporter
Djson_reporter.cc90 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns() function in benchmark::JSONReporter
Dbenchmark.cc495 console_reporter->ReportRuns(reports); in RunBenchmarks()
496 if (file_reporter) file_reporter->ReportRuns(reports); in RunBenchmarks()
/external/google-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.cc90 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns() function in benchmark::JSONReporter
Dbenchmark.cc517 console_reporter->ReportRuns(reports); in RunBenchmarks()
518 if (file_reporter) file_reporter->ReportRuns(reports); in RunBenchmarks()