Searched defs:PrintRunData (Results 1 – 6 of 6) sorted by relevance
| /external/libcxx/utils/google-benchmark/src/ | ||
| D | csv_reporter.cc | 90 void CSVReporter::PrintRunData(const Run& run) { in PrintRunData() function in benchmark::CSVReporter |
| D | console_reporter.cc | 116 void ConsoleReporter::PrintRunData(const Run& result) { in PrintRunData() function in benchmark::ConsoleReporter |
| D | json_reporter.cc | 167 void JSONReporter::PrintRunData(Run const& run) { in PrintRunData() function in benchmark::JSONReporter |
| /external/google-benchmark/src/ | ||
| D | csv_reporter.cc | 102 void CSVReporter::PrintRunData(const Run& run) { in PrintRunData() function in benchmark::CSVReporter |
| D | console_reporter.cc | 115 void ConsoleReporter::PrintRunData(const Run& result) { in PrintRunData() function in benchmark::ConsoleReporter |
| D | json_reporter.cc | 196 void JSONReporter::PrintRunData(Run const& run) { in PrintRunData() function in benchmark::JSONReporter |