Home
last modified time | relevance | path

Searched defs:reports (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dcsv_reporter.cc45 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns()
H A Dconsole_reporter.cc72 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns()
H A Djson_reporter.cc140 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns()
H A Dstatistics.cc78 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeStats()
H A Dcomplexity.cc156 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeBigO()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dcsv_reporter.cc45 void CSVReporter::ReportRuns(const std::vector<Run> & reports) { in ReportRuns()
H A Dconsole_reporter.cc72 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns()
H A Dbenchmark.cc187 std::vector<BenchmarkReporter::Run> reports; // return value in RunBenchmark() local
429 std::vector<BenchmarkReporter::Run> reports = in RunBenchmarks() local
H A Djson_reporter.cc127 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns()
H A Dstatistics.cc79 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeStats()
H A Dcomplexity.cc153 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeBigO()
/netbsd-src/usr.bin/usbhidctl/
H A Dusbhid.c706 struct Sreport reports[REPORT_MAXVAL + 1]; in devshow() local