Home
last modified time | relevance | path

Searched defs:ReportRuns (Results 1 – 4 of 4) sorted by relevance

/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
/external/google-benchmark/test/
Dfilter_test.cc21 virtual void ReportRuns(const std::vector<Run>& report) { in ReportRuns() function in __anon106b4d690111::TestReporter