Searched refs:CSVReporter (Results 1 – 4 of 4) sorted by relevance
55 bool CSVReporter::ReportContext(const Context& context) { in ReportContext()60 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns()106 void CSVReporter::PrintRunData(const Run& run) { in PrintRunData()
390 return PtrType(new CSVReporter); in CreateReporter()
1707 "The CSV Reporter will be removed in a future release") CSVReporter1710 CSVReporter() : printed_header_(false) {} in CSVReporter() function
394 benchmark::CSVReporter CSVR; in RunOutputTests()