Searched refs:CSVReporter (Results 1 – 8 of 8) sorted by relevance
40 bool CSVReporter::ReportContext(const Context& context) { in ReportContext()45 void CSVReporter::ReportRuns(const std::vector<Run> & reports) { in ReportRuns()86 void CSVReporter::PrintRunData(const Run & run) { in PrintRunData()
451 return PtrType(new CSVReporter); in CreateReporter()
40 bool CSVReporter::ReportContext(const Context& context) { in ReportContext()45 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns()90 void CSVReporter::PrintRunData(const Run& run) { in PrintRunData()
300 return PtrType(new CSVReporter); in CreateReporter()
1428 class CSVReporter : public BenchmarkReporter {1430 CSVReporter() : printed_header_(false) {} in CSVReporter() function
1489 CSVReporter : public BenchmarkReporter {1491 CSVReporter() : printed_header_(false) {} in CSVReporter() function
373 benchmark::CSVReporter CSVR; in RunOutputTests()
382 benchmark::CSVReporter CSVR; in RunOutputTests()