Home
last modified time | relevance | path

Searched refs:CSVReporter (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dcsv_reporter.cc55 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()
H A Dbenchmark.cc390 return PtrType(new CSVReporter); in CreateReporter()
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1707 "The CSV Reporter will be removed in a future release") CSVReporter
1710 CSVReporter() : printed_header_(false) {} in CSVReporter() function
/llvm-project-15.0.7/third-party/benchmark/test/
H A Doutput_test_helper.cc394 benchmark::CSVReporter CSVR; in RunOutputTests()