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)
41 __sanitizer_report_error_summary(const char* summary) { in __sanitizer_report_error_summary() argument42 LOG(ERROR) << "Init (error summary): " << summary; in __sanitizer_report_error_summary()
82 summary = Path('annotated_files') / 'summary'83 self.check_strings_in_file(summary, 'total period: 9800649')
123 summary = fh.read()126 for line in summary.split('\n'):
36 # Show summary.37 $ debug_unwind_reporter.py -i report.txt --summary38 # Show summary of samples failed at a symbol.39 $ debug_unwind_reporter.py -i report.txt --summary --include-end-symbol SocketInputStream_socketRea…
17 The stat command gives a summary of how many events have happened in the profiled processes in a21 3. After profiling, simpleperf reads counters from the kernel, and reports a counter summary.48 The stat command: profiles processes and prints counter summary.
212 bool summary = false; in perform_pinlist_action() local231 summary = true; in perform_pinlist_action()253 if (summary) { in perform_pinlist_action()
42 test_part_result.summary()); in OnTestPartResult()
5 The short summary of what IOshark is : IOshark has 2 components, one30 -s : One line summary.
312 summary = os.path.join(self.config['annotate_dest_dir'], 'summary')313 with open(summary, 'w') as f:
264 report_output = ReportOutputSummary() if args.summary else ReportOutputDetails()
113 Writes a description of leaked memory to the log. A summary is always written, followed by details…125 Returns a description of leaked memory. A summary is always written, followed by details of up to …
297 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…