HomeSort by relevance Sort by last modified time
    Searched defs:ReportRuns (Results 1 - 4 of 4) sorted by null

  /external/google-benchmark/src/
console_reporter.cc 57 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) {
csv_reporter.cc 50 void CSVReporter::ReportRuns(std::vector<Run> const& reports) {
json_reporter.cc 88 void JSONReporter::ReportRuns(std::vector<Run> const& reports) {
  /external/google-benchmark/test/
filter_test.cc 21 virtual void ReportRuns(const std::vector<Run>& report) {
23 ConsoleReporter::ReportRuns(report);

Completed in 392 milliseconds