/third_party/benchmark/src/ |
H A D | statistics.cc | 88 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeStats() 92 auto error_count = std::count_if(reports.begin(), reports.end(), in ComputeStats() 95 if (reports.size() - error_count < 2) { in ComputeStats() 104 real_accumulated_time_stat.reserve(reports.size()); in ComputeStats() 105 cpu_accumulated_time_stat.reserve(reports.size()); in ComputeStats() 109 const IterationCount run_iterations = reports.front().iterations; in ComputeStats() 116 for (Run const& r : reports) { in ComputeStats() 124 it->second.s.reserve(reports.size()); in ComputeStats() 132 for (Run const& run : reports) { in ComputeStats() 87 ComputeStats( const std::vector<BenchmarkReporter::Run>& reports) ComputeStats() argument [all...] |
H A D | complexity.cc | 158 const std::vector<BenchmarkReporter::Run>& reports) { 162 if (reports.size() < 2) return results; 170 for (const Run& run : reports) { 181 if (reports[0].complexity == oLambda) { 182 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity_lambda); 183 result_real = MinimalLeastSq(n, real_time, reports[0].complexity_lambda); 185 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity); 190 auto run_name = reports[0].run_name; 196 big_o.family_index = reports[0].family_index; 197 big_o.per_family_instance_index = reports[ [all...] |
H A D | csv_reporter.cc | 62 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() argument 67 for (const auto& run : reports) { in ReportRuns() 89 for (const auto& run : reports) { in ReportRuns() 103 for (const auto& run : reports) { in ReportRuns()
|
H A D | json_reporter.cc | 194 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { 195 if (reports.empty()) { 205 for (auto it = reports.begin(); it != reports.end(); ++it) { 210 if (++it_cp != reports.end()) {
|
H A D | complexity.h | 29 // list of reports. If 'reports.size() < 2' an empty vector is returned. 31 const std::vector<BenchmarkReporter::Run>& reports);
|
H A D | statistics.h | 26 // information (and any user-specified info) for the specified list of reports. 27 // If 'reports' contains less than two non-errored runs an empty vector is 31 const std::vector<BenchmarkReporter::Run>& reports);
|
H A D | console_reporter.cc | 75 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() argument 76 for (const auto& run : reports) { in ReportRuns()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | memberVariableDeclarations1.js | 9 public reports: Employee[] = []; 17 public reports: Employee[]; 21 this.reports = []; 36 this.reports = [];
44 this.reports = [];
|
/third_party/node/test/report/ |
H A D | test-report-writereport.js | 16 const reports = helper.findReports(process.pid, tmpdir.path); 17 assert.strictEqual(reports.length, 1); 18 helper.validate(reports[0], arguments[0]); 19 fs.unlinkSync(reports[0]); 20 return reports[0];
|
H A D | test-report-uv-handles.js | 169 const reports = helper.findReports(child.pid, tmpdir.path); 170 assert.deepStrictEqual(reports, [], report_msg, reports);
|
/third_party/node/test/addons/report-api/ |
H A D | test.js | 18 const reports = helper.findReports(process.pid, tmpdir.path); 19 assert.strictEqual(reports.length, 1); 21 const report = reports[0];
|
/third_party/benchmark/include/benchmark/ |
H A D | benchmark.h | 1722 // By default, benchmark reports are printed to stdout. However an application 1723 // can control the destination of the reports by calling 1821 // The reports about (non-errneous!) runs of this family. 1848 // 'reports' contains additional entries representing the asymptotic 1901 void ReportRuns(const std::vector<Run>& reports) BENCHMARK_OVERRIDE; 1917 void ReportRuns(const std::vector<Run>& reports) BENCHMARK_OVERRIDE; 1932 void ReportRuns(const std::vector<Run>& reports) BENCHMARK_OVERRIDE;
|
/third_party/ltp/ |
H A D | runltp | 62 # - Added a new option to mail back LTP reports 851 if [ "$ALT_EMAIL_OUT" -eq 1 ] ; then ## User wants reports to be e-mailed 902 echo "Starting mailing reports to: $EMAIL_TO, file: ./$TAR_FILE_NAME.gz" 910 echo "Starting mailing reports to: $EMAIL_TO, file: ./$TAR_FILE_NAME.gz"
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-mixer.c | 1681 pa_log_warn("Your kernel driver is broken for element %s: it reports a volume range from %li to %li which makes no sense.", in element_probe_volume() 1756 pa_log_warn("Your kernel driver is broken: it reports a volume range from %0.2f dB to %0.2f dB which makes no sense.", in element_probe_volume()
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 2019 encouragement, advice, bug reports, and all the other good stuff.
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 2019 encouragement, advice, bug reports, and all the other good stuff.
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 31 % reports; you can get the latest version from: 38 % Send bug reports to bug-texinfo@gnu.org. Please include including a 3179 % Laurent Siebenmann reports \Orb undefined with:
|
/third_party/node/deps/cares/ |
H A D | configure | 4887 // https://devblogs.microsoft.com/cppblog/msvc-now-correctly-reports-__cplusplus/ 7181 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure 24145 // https://devblogs.microsoft.com/cppblog/msvc-now-correctly-reports-__cplusplus/
|