Home
last modified time | relevance | path

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

/external/google-benchmark/test/
Dfilter_test.cc21 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anonaeaa43060111::TestReporter
23 ConsoleReporter::ReportRuns(report); in ReportRuns()
Dregister_benchmark_test.cc13 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anon995f266f0111::TestReporter
15 ConsoleReporter::ReportRuns(report); in ReportRuns()
Dskip_with_error_test.cc17 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anond94ee2db0111::TestReporter
19 ConsoleReporter::ReportRuns(report); in ReportRuns()
Doutput_test_helper.cc151 void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in internal::__anonfaa7fd900111::TestReporter
152 for (auto rep : reporters_) rep->ReportRuns(report); in ReportRuns()
/external/libcxx/utils/google-benchmark/test/
Dfilter_test.cc21 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anonaa0f3f3f0111::TestReporter
23 ConsoleReporter::ReportRuns(report); in ReportRuns()
Dregister_benchmark_test.cc13 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anon044740280111::TestReporter
15 ConsoleReporter::ReportRuns(report); in ReportRuns()
Dskip_with_error_test.cc17 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anon3269af340111::TestReporter
19 ConsoleReporter::ReportRuns(report); in ReportRuns()
Doutput_test_helper.cc151 void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in internal::__anon25c1dfa90111::TestReporter
152 for (auto rep : reporters_) rep->ReportRuns(report); in ReportRuns()
/external/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.cc71 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/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/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.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);