Searched refs:summary (Results 1 – 14 of 14) sorted by relevance
35 local summary=043 summary=$(echo "$summary + $TIME" | bc -l)45 AVERAY=$(echo "scale=9; $summary/$TEST_COUNT" | bc -l)
5 llvm-cov show --format=html --summary-only --show-line-counts-or-regions --show-instantiation-summa…
39 __sanitizer_report_error_summary(const char* summary) { in __sanitizer_report_error_summary() argument40 LOG(ERROR) << "Init (error summary): " << summary; in __sanitizer_report_error_summary()
42 test_part_result.summary()); in OnTestPartResult()
5 The short summary of what IOshark is : IOshark has 2 components, one30 -s : One line summary.
114 summary = fh.read()117 for line in summary.split('\n'):
39 Writes a description of leaked memory to the log. A summary is always written, followed by details…51 Returns a description of leaked memory. A summary is always written, followed by details of up to …
338 summary = os.path.join(self.config['annotate_dest_dir'], 'summary')339 with open(summary, 'w') as f:
264 report_output = ReportOutputSummary() if args.summary else ReportOutputDetails()
207 * test_summary.json: A summary test results, including stack traces211 coverage summary from llvm-cov
858 for (const auto& summary : summaries.Summaries()) { in ShowCounters() local859 if (!summary.IsMonitoredAllTheTime()) { in ShowCounters()
318 bool FindRunningTimeForSummary(const CounterSummary& summary, double* running_time_in_sec);
3 A summary of notable changes is provided in the form of release notes. Dates are provided as yyyy-m…
46 The stat command gives a summary of how many events have happened in the profiled processes in a50 3. After profiling, simpleperf reads counters from the kernel, and reports a counter summary.77 The stat command: profiles processes and prints counter summary.