Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dcsv_reporter.cc40 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()
H A Dbenchmark.cc451 return PtrType(new CSVReporter); in CreateReporter()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dcsv_reporter.cc40 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()
H A Dbenchmark.cc300 return PtrType(new CSVReporter); in CreateReporter()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h1428 class CSVReporter : public BenchmarkReporter {
1430 CSVReporter() : printed_header_(false) {} in CSVReporter() function
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h1489 CSVReporter : public BenchmarkReporter {
1491 CSVReporter() : printed_header_(false) {} in CSVReporter() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Doutput_test_helper.cc373 benchmark::CSVReporter CSVR; in RunOutputTests()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Doutput_test_helper.cc382 benchmark::CSVReporter CSVR; in RunOutputTests()