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

/external/libcxx/utils/google-benchmark/include/benchmark/
H A 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/
H A 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/google-benchmark/test/
H A Dfilter_test.cc21 virtual void ReportRuns(const std::vector<Run>& report) { function in class:__anon6804::TestReporter
23 ConsoleReporter::ReportRuns(report);
H A Dregister_benchmark_test.cc13 virtual void ReportRuns(const std::vector<Run>& report) { function in class:__anon6809::TestReporter
15 ConsoleReporter::ReportRuns(report);
H A Dskip_with_error_test.cc17 virtual void ReportRuns(const std::vector<Run>& report) { function in class:__anon6810::TestReporter
19 ConsoleReporter::ReportRuns(report);
H A Doutput_test_helper.cc142 void ReportRuns(const std::vector<Run>& report) { function in class:internal::__anon6808::TestReporter
143 for (auto rep : reporters_) rep->ReportRuns(report);
/external/libcxx/utils/google-benchmark/test/
H A Dfilter_test.cc21 virtual void ReportRuns(const std::vector<Run>& report) { function in class:__anon10431::TestReporter
23 ConsoleReporter::ReportRuns(report);
H A Dregister_benchmark_test.cc13 virtual void ReportRuns(const std::vector<Run>& report) { function in class:__anon10435::TestReporter
15 ConsoleReporter::ReportRuns(report);
H A Dskip_with_error_test.cc17 virtual void ReportRuns(const std::vector<Run>& report) { function in class:__anon10436::TestReporter
19 ConsoleReporter::ReportRuns(report);
H A Doutput_test_helper.cc132 void ReportRuns(const std::vector<Run>& report) { function in class:internal::__anon10434::TestReporter
133 for (auto rep : reporters_) rep->ReportRuns(report);
/external/libcxx/utils/google-benchmark/src/
H A Dcsv_reporter.cc51 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { function in class:benchmark::CSVReporter
H A Dconsole_reporter.cc56 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { function in class:benchmark::ConsoleReporter
H A Djson_reporter.cc90 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { function in class:benchmark::JSONReporter
H A Dbenchmark.cc495 console_reporter->ReportRuns(reports);
496 if (file_reporter) file_reporter->ReportRuns(reports);
/external/google-benchmark/src/
H A Dcsv_reporter.cc45 void CSVReporter::ReportRuns(const std::vector<Run> & reports) { function in class:benchmark::CSVReporter
H A Dconsole_reporter.cc72 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { function in class:benchmark::ConsoleReporter
H A Djson_reporter.cc90 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { function in class:benchmark::JSONReporter
H A Dbenchmark.cc517 console_reporter->ReportRuns(reports);
518 if (file_reporter) file_reporter->ReportRuns(reports);

Completed in 176 milliseconds