Home
last modified time | relevance | path

Searched refs:printed_header_ (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dconsole_reporter.cc38 printed_header_ = false; in ReportContext()
76 bool print_header = !printed_header_; in ReportRuns()
82 printed_header_ = true; in ReportRuns()
H A Dcsv_reporter.cc63 if (!printed_header_) { in ReportRuns()
84 printed_header_ = true; in ReportRuns()
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1678 : output_options_(opts_), name_field_width_(0), printed_header_(false) {} in output_options_()
1690 bool printed_header_; variable
1710 CSVReporter() : printed_header_(false) {} in CSVReporter()
1717 bool printed_header_; variable