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

  /external/google-benchmark/src/
csv_reporter.cc 81 PrintRunData(run);
86 void CSVReporter::PrintRunData(const Run & run) {
json_reporter.cc 103 PrintRunData(*it);
117 void JSONReporter::PrintRunData(Run const& run) {
console_reporter.cc 89 PrintRunData(run);
101 void ConsoleReporter::PrintRunData(const Run& result) {
  /external/libcxx/utils/google-benchmark/src/
csv_reporter.cc 52 for (const auto& run : reports) PrintRunData(run);
55 void CSVReporter::PrintRunData(const Run& run) {
json_reporter.cc 103 PrintRunData(*it);
117 void JSONReporter::PrintRunData(Run const& run) {
console_reporter.cc 57 for (const auto& run : reports) PrintRunData(run);
68 void ConsoleReporter::PrintRunData(const Run& result) {

Completed in 2505 milliseconds