Searched defs:PrintRunData (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ | ||
H A D | csv_reporter.cc | 90 void CSVReporter::PrintRunData(const Run& run) { in PrintRunData() function in benchmark::CSVReporter |
H A D | console_reporter.cc | 116 void ConsoleReporter::PrintRunData(const Run& result) { in PrintRunData() function in benchmark::ConsoleReporter |
H A D | json_reporter.cc | 167 void JSONReporter::PrintRunData(Run const& run) { in PrintRunData() function in benchmark::JSONReporter |
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ | ||
H A D | csv_reporter.cc | 86 void CSVReporter::PrintRunData(const Run & run) { in PrintRunData() function in benchmark::CSVReporter |
H A D | console_reporter.cc | 101 void ConsoleReporter::PrintRunData(const Run& result) { in PrintRunData() function in benchmark::ConsoleReporter |
H A D | json_reporter.cc | 154 void JSONReporter::PrintRunData(Run const& run) { in PrintRunData() function in benchmark::JSONReporter |