Searched defs:ReportRuns (Results 1 – 4 of 4) sorted by relevance
/external/google-benchmark/src/ | ||
D | console_reporter.cc | 57 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() function in benchmark::ConsoleReporter |
D | csv_reporter.cc | 50 void CSVReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns() function in benchmark::CSVReporter |
D | json_reporter.cc | 88 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns() function in benchmark::JSONReporter |
/external/google-benchmark/test/ | ||
D | filter_test.cc | 21 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anon106b4d690111::TestReporter |