Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/utils/benchmark/test/
Dfilter_test.cc21 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anon46b36a520111::TestReporter
23 ConsoleReporter::ReportRuns(report); in ReportRuns()
Dregister_benchmark_test.cc13 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anon91919fbb0111::TestReporter
15 ConsoleReporter::ReportRuns(report); in ReportRuns()
Dskip_with_error_test.cc17 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anon5ab6ffa70111::TestReporter
19 ConsoleReporter::ReportRuns(report); in ReportRuns()
/external/llvm-project/libcxx/utils/google-benchmark/test/
Dfilter_test.cc21 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anon66d954cb0111::TestReporter
23 ConsoleReporter::ReportRuns(report); in ReportRuns()
Dregister_benchmark_test.cc13 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anon73d207b40111::TestReporter
15 ConsoleReporter::ReportRuns(report); in ReportRuns()
Dskip_with_error_test.cc17 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anon0622c2400111::TestReporter
19 ConsoleReporter::ReportRuns(report); in ReportRuns()
/external/google-benchmark/test/
Dfilter_test.cc21 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anon373c09640111::TestReporter
23 ConsoleReporter::ReportRuns(report); in ReportRuns()
Dregister_benchmark_test.cc13 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anon29af69cd0111::TestReporter
15 ConsoleReporter::ReportRuns(report); in ReportRuns()
Dskip_with_error_test.cc17 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anon3d20b2f90111::TestReporter
19 ConsoleReporter::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 __anon4467ee5d0111::TestReporter
23 ConsoleReporter::ReportRuns(report); in ReportRuns()
Dregister_benchmark_test.cc13 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anon27418c460111::TestReporter
15 ConsoleReporter::ReportRuns(report); in ReportRuns()
Dskip_with_error_test.cc17 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anona23440120111::TestReporter
19 ConsoleReporter::ReportRuns(report); in ReportRuns()
/external/llvm-project/llvm/utils/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
/external/libcxx/utils/google-benchmark/src/
Dcsv_reporter.cc45 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::CSVReporter
Dbenchmark.cc273 reporter->ReportRuns(run_results.non_aggregates); in RunBenchmarks()
275 reporter->ReportRuns(run_results.aggregates_only); in RunBenchmarks()
Dconsole_reporter.cc72 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::ConsoleReporter
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dcsv_reporter.cc45 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::CSVReporter
Dbenchmark.cc273 reporter->ReportRuns(run_results.non_aggregates); in RunBenchmarks()
275 reporter->ReportRuns(run_results.aggregates_only); in RunBenchmarks()
/external/google-benchmark/src/
Dcsv_reporter.cc57 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::CSVReporter
Dbenchmark.cc267 reporter->ReportRuns(run_results.non_aggregates); in RunBenchmarks()
269 reporter->ReportRuns(run_results.aggregates_only); in RunBenchmarks()
Dconsole_reporter.cc71 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::ConsoleReporter
/external/llvm-project/llvm/utils/benchmark/include/benchmark/
Dbenchmark.h1351 virtual void ReportRuns(const std::vector<Run>& report) = 0;
1403 virtual void ReportRuns(const std::vector<Run>& reports);
1419 virtual void ReportRuns(const std::vector<Run>& reports);
1432 virtual void ReportRuns(const std::vector<Run>& reports);
/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/llvm-project/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);

12