Home
last modified time | relevance | path

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

/external/libcxx/utils/google-benchmark/test/
Dfilter_test.cc21 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anondec09d7b0111::TestReporter
23 ConsoleReporter::ReportRuns(report); in ReportRuns()
Dregister_benchmark_test.cc13 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anon4a3bd8640111::TestReporter
15 ConsoleReporter::ReportRuns(report); in ReportRuns()
Dskip_with_error_test.cc17 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anon11fed0f00111::TestReporter
19 ConsoleReporter::ReportRuns(report); in ReportRuns()
Doutput_test_helper.cc151 void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in internal::__anon94eb62650111::TestReporter
152 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 __anonbfcdcfc20111::TestReporter
23 ConsoleReporter::ReportRuns(report); in ReportRuns()
Dregister_benchmark_test.cc13 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anonb9ffad2b0111::TestReporter
15 ConsoleReporter::ReportRuns(report); in ReportRuns()
Dskip_with_error_test.cc17 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anona0f283170111::TestReporter
19 ConsoleReporter::ReportRuns(report); in ReportRuns()
Doutput_test_helper.cc156 void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in internal::__anon872e5ecc0111::TestReporter
157 for (auto rep : reporters_) rep->ReportRuns(report); in ReportRuns()
/external/libcxx/utils/google-benchmark/src/
Dbenchmark.cc273 reporter->ReportRuns(run_results.non_aggregates); in RunBenchmarks()
275 reporter->ReportRuns(run_results.aggregates_only); in RunBenchmarks()
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.cc140 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns() function in benchmark::JSONReporter
/external/google-benchmark/src/
Dbenchmark.cc267 reporter->ReportRuns(run_results.non_aggregates); in RunBenchmarks()
269 reporter->ReportRuns(run_results.aggregates_only); in RunBenchmarks()
Dcsv_reporter.cc57 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::CSVReporter
Dconsole_reporter.cc71 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::ConsoleReporter
Djson_reporter.cc169 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns() function in benchmark::JSONReporter
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h1409 virtual void ReportRuns(const std::vector<Run>& report) = 0;
1463 virtual void ReportRuns(const std::vector<Run>& reports);
1479 virtual void ReportRuns(const std::vector<Run>& reports);
1493 virtual void ReportRuns(const std::vector<Run>& reports);
/external/google-benchmark/include/benchmark/
Dbenchmark.h1461 virtual void ReportRuns(const std::vector<Run>& report) = 0;
1515 virtual void ReportRuns(const std::vector<Run>& reports);
1531 virtual void ReportRuns(const std::vector<Run>& reports);
1546 virtual void ReportRuns(const std::vector<Run>& reports);