Home
last modified time | relevance | path

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

/external/google-benchmark/include/benchmark/
Dreporter.h76 virtual void ReportRuns(const std::vector<Run>& report) = 0;
92 virtual void ReportRuns(const std::vector<Run>& reports);
103 virtual void ReportRuns(const std::vector<Run>& reports);
115 virtual void ReportRuns(const std::vector<Run>& reports);
/external/google-benchmark/test/
Dfilter_test.cc21 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anonf107f91d0111::TestReporter
23 ConsoleReporter::ReportRuns(report); in ReportRuns()
/external/google-benchmark/src/
Dconsole_reporter.cc57 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::ConsoleReporter
Dcsv_reporter.cc50 void CSVReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns() function in benchmark::CSVReporter
Djson_reporter.cc88 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns() function in benchmark::JSONReporter
Dbenchmark.cc729 br->ReportRuns(reports); in RunBenchmark()