Home
last modified time | relevance | path

Searched refs:reports (Results 1 – 25 of 968) sorted by relevance

12345678910>>...39

/third_party/benchmark/src/
Dstatistics.cc88 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeStats() argument
93 std::count_if(reports.begin(), reports.end(), in ComputeStats()
96 if (reports.size() - error_count < 2) { in ComputeStats()
105 real_accumulated_time_stat.reserve(reports.size()); in ComputeStats()
106 cpu_accumulated_time_stat.reserve(reports.size()); in ComputeStats()
110 const IterationCount run_iterations = reports.front().iterations; in ComputeStats()
117 for (Run const& r : reports) { in ComputeStats()
123 it->second.s.reserve(reports.size()); in ComputeStats()
131 for (Run const& run : reports) { in ComputeStats()
132 BM_CHECK_EQ(reports[0].benchmark_name(), run.benchmark_name()); in ComputeStats()
[all …]
Dcomplexity.cc158 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeBigO() argument
162 if (reports.size() < 2) return results; in ComputeBigO()
170 for (const Run& run : reports) { in ComputeBigO()
181 if (reports[0].complexity == oLambda) { in ComputeBigO()
182 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity_lambda); in ComputeBigO()
183 result_real = MinimalLeastSq(n, real_time, reports[0].complexity_lambda); in ComputeBigO()
185 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity); in ComputeBigO()
190 auto run_name = reports[0].run_name; in ComputeBigO()
196 big_o.family_index = reports[0].family_index; in ComputeBigO()
197 big_o.per_family_instance_index = reports[0].per_family_instance_index; in ComputeBigO()
[all …]
Dcsv_reporter.cc60 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() argument
65 for (const auto& run : reports) { in ReportRuns()
87 for (const auto& run : reports) { in ReportRuns()
101 for (const auto& run : reports) { in ReportRuns()
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dstatistics.cc79 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeStats() argument
84 std::count_if(reports.begin(), reports.end(), in ComputeStats()
87 if (reports.size() - error_count < 2) { in ComputeStats()
98 real_accumulated_time_stat.reserve(reports.size()); in ComputeStats()
99 cpu_accumulated_time_stat.reserve(reports.size()); in ComputeStats()
100 bytes_per_second_stat.reserve(reports.size()); in ComputeStats()
101 items_per_second_stat.reserve(reports.size()); in ComputeStats()
105 int64_t const run_iterations = reports.front().iterations; in ComputeStats()
112 for(Run const& r : reports) { in ComputeStats()
118 it->second.s.reserve(reports.size()); in ComputeStats()
[all …]
Dcomplexity.cc153 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeBigO() argument
157 if (reports.size() < 2) return results; in ComputeBigO()
165 for (const Run& run : reports) { in ComputeBigO()
175 if (reports[0].complexity == oLambda) { in ComputeBigO()
176 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity_lambda); in ComputeBigO()
177 result_real = MinimalLeastSq(n, real_time, reports[0].complexity_lambda); in ComputeBigO()
179 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity); in ComputeBigO()
183 reports[0].benchmark_name.substr(0, reports[0].benchmark_name.find('/')); in ComputeBigO()
199 double multiplier = GetTimeUnitMultiplier(reports[0].time_unit); in ComputeBigO()
203 big_o.report_label = reports[0].report_label; in ComputeBigO()
[all …]
Dcsv_reporter.cc45 void CSVReporter::ReportRuns(const std::vector<Run> & reports) { in ReportRuns() argument
50 for (const auto& run : reports) { in ReportRuns()
69 for (const auto& run : reports) { in ReportRuns()
80 for (const auto& run : reports) { in ReportRuns()
Djson_reporter.cc127 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns() argument
128 if (reports.empty()) { in ReportRuns()
138 for (auto it = reports.begin(); it != reports.end(); ++it) { in ReportRuns()
143 if (++it_cp != reports.end()) { in ReportRuns()
Dbenchmark.cc187 std::vector<BenchmarkReporter::Run> reports; // return value in RunBenchmark() local
253 reports.push_back(report); in RunBenchmark()
277 auto stat_reports = ComputeStats(reports); in RunBenchmark()
285 if (report_aggregates_only) reports.clear(); in RunBenchmark()
286 reports.insert(reports.end(), stat_reports.begin(), stat_reports.end()); in RunBenchmark()
287 return reports; in RunBenchmark()
429 std::vector<BenchmarkReporter::Run> reports = in RunBenchmarks() local
431 console_reporter->ReportRuns(reports); in RunBenchmarks()
432 if (file_reporter) file_reporter->ReportRuns(reports); in RunBenchmarks()
/third_party/node/test/report/
Dtest-report-fatal-error.js41 const reports = helper.findReports(child.pid, tmpdir.path); constant
42 assert.strictEqual(reports.length, 1);
44 const report = reports[0];
58 const reports = helper.findReports(child.pid, tmpdir.path); constant
59 assert.strictEqual(reports.length, 0);
71 const reports = helper.findReports(child.pid, tmpdir.path); constant
72 assert.strictEqual(reports.length, 1);
74 const report = reports[0];
88 const reports = helper.findReports(child.pid, tmpdir.path); constant
89 assert.strictEqual(reports.length, 1);
[all …]
Dtest-report-signal.js26 const reports = helper.findReports(process.pid, tmpdir.path);
28 if (reports.length === 0)
31 assert.strictEqual(reports.length, 1);
32 helper.validate(reports[0]);
Dtest-report-uncaught-exception.js15 const reports = helper.findReports(process.pid, tmpdir.path); constant
16 assert.strictEqual(reports.length, 1);
17 helper.validate(reports[0]);
Dtest-report-writereport.js16 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];
Dtest-report-uncaught-exception-override.js22 const reports = helper.findReports(process.pid, tmpdir.path); constant
23 assert.strictEqual(reports.length, 0);
/third_party/typescript/tests/baselines/reference/
DmemberVariableDeclarations1.symbols20 public reports: Employee[] = [];
21 >reports : Symbol(Employee.reports, Decl(memberVariableDeclarations1.ts, 6, 36))
41 public reports: Employee[];
42 >reports : Symbol(Employee2.reports, Decl(memberVariableDeclarations1.ts, 14, 29))
56 this.reports = [];
57 >this.reports : Symbol(Employee2.reports, Decl(memberVariableDeclarations1.ts, 14, 29))
59 >reports : Symbol(Employee2.reports, Decl(memberVariableDeclarations1.ts, 14, 29))
DmemberVariableDeclarations1.types21 public reports: Employee[] = [];
22 >reports : Employee[]
41 public reports: Employee[];
42 >reports : Employee[]
59 this.reports = [];
60 >this.reports = [] : undefined[]
61 >this.reports : Employee[]
63 >reports : Employee[]
DmemberVariableDeclarations1.js9 public reports: Employee[] = [];
17 public reports: Employee[];
21 this.reports = [];
36 this.reports = [];
44 this.reports = [];
/third_party/grpc/tools/run_tests/dockerize/
Ddocker_run_tests.sh33 mkdir -p reports
43 zip -r reports.zip reports
44 find . -name report.xml -print0 | xargs -0 -r zip reports.zip
45 find . -name sponge_log.xml -print0 | xargs -0 -r zip reports.zip
46 find . -name 'report_*.xml' -print0 | xargs -0 -r zip reports.zip
/third_party/boost/libs/spirit/doc/karma/
Dbinary.qbk90 output stream reports an error).]]
95 reports an error).]]
100 reports an error).]]
105 reports an error).]]
109 output stream reports an error).]]
113 output stream reports an error).]]
117 output stream reports an error).]]
122 reports an error).]]
127 reports an error).]]
132 reports an error).]]
[all …]
Dchar.qbk167 reports an error).]]
170 reports an error).]]
174 underlying output stream reports an error).]]
180 output stream reports an error). Otherwise this
187 output stream reports an error). Otherwise this
193 (unless the underlying output stream reports an
200 (unless the underlying output stream reports an
366 reports an error). This generator fails otherwise
372 reports an error). This generator fails otherwise
378 reports an error). This generator fails otherwise
[all …]
/third_party/grpc/tools/internal_ci/linux/
Dgrpc_coverage.sh41 zip -q -r coverage_report.zip reports || true
42 rm -rf reports || true
43 mkdir reports || true
44 mv coverage_report.zip reports || true
/third_party/typescript/tests/cases/compiler/
DmemberVariableDeclarations1.ts8 public reports: Employee[] = []; property in Employee
16 public reports: Employee[]; property in Employee2
20 this.reports = [];
/third_party/flutter/flutter/packages/flutter_test/lib/src/
Dwindow.dart60 /// Hides the real device pixel ratio and reports the given [devicePixelRatio]
76 /// Hides the real physical size and reports the given [physicalSizeTestValue]
92 /// Hides the real physical depth and reports the given
108 /// Hides the real view insets and reports the given [viewInsetsTestValue]
124 /// Hides the real view padding and reports the given [paddingTestValue]
140 /// Hides the real padding and reports the given [paddingTestValue] instead.
161 /// Hides the real locale and reports the given [localeTestValue] instead.
175 /// Hides the real locales and reports the given [localesTestValue] instead.
204 /// Hides the real text scale factor and reports the given
226 /// Hides the real text scale factor and reports the given
[all …]
/third_party/node/test/node-api/test_fatal/
Dtest_threads_report.js32 const reports = helper.findReports(p.pid, tmpdir.path); constant
33 assert.strictEqual(reports.length, 1);
35 const report = reports[0];
/third_party/flutter/flutter/packages/flutter_tools/lib/src/reporting/
DREADME.md1 Flutter reports data to two separate systems:
6 1. Crash reports for the `flutter` tool. These are not reports of when Flutter
/third_party/ltp/testcases/commands/tpm-tools/tpm/tpm_selftest/
D00_Descriptions.txt2 tpm_selftest executes selftest and reports result
4 tpm_selftest -r reports result of last selftest

12345678910>>...39