Home
last modified time | relevance | path

Searched refs:summary (Results 1 – 14 of 14) sorted by relevance

/system/libufdt/tests/
Drun_performance_test.sh35 local summary=0
43 summary=$(echo "$summary + $TIME" | bc -l)
45 AVERAY=$(echo "scale=9; $summary/$TEST_COUNT" | bc -l)
/system/core/init/
Dmain.cpp41 __sanitizer_report_error_summary(const char* summary) { in __sanitizer_report_error_summary() argument
42 LOG(ERROR) << "Init (error summary): " << summary; in __sanitizer_report_error_summary()
/system/extras/simpleperf/scripts/test/
Dannotate_test.py82 summary = Path('annotated_files') / 'summary'
83 self.check_strings_in_file(summary, 'total period: 9800649')
Dapp_test.py123 summary = fh.read()
126 for line in summary.split('\n'):
/system/extras/simpleperf/doc/
Ddebug_dwarf_unwinding.md36 # Show summary.
37 $ debug_unwind_reporter.py -i report.txt --summary
38 # Show summary of samples failed at a symbol.
39 $ debug_unwind_reporter.py -i report.txt --summary --include-end-symbol SocketInputStream_socketRea…
Dexecutable_commands_reference.md17 The stat command gives a summary of how many events have happened in the profiled processes in a
21 3. After profiling, simpleperf reads counters from the kernel, and reports a counter summary.
48 The stat command: profiles processes and prints counter summary.
/system/extras/pinner/
Dpintool.cpp212 bool summary = false; in perform_pinlist_action() local
231 summary = true; in perform_pinlist_action()
253 if (summary) { in perform_pinlist_action()
/system/core/fastboot/fuzzy_fastboot/
Dtest_listeners.h42 test_part_result.summary()); in OnTestPartResult()
/system/extras/ioshark/
DREADME5 The short summary of what IOshark is : IOshark has 2 components, one
30 -s : One line summary.
/system/extras/simpleperf/scripts/
Dannotate.py312 summary = os.path.join(self.config['annotate_dest_dir'], 'summary')
313 with open(summary, 'w') as f:
Ddebug_unwind_reporter.py264 report_output = ReportOutputSummary() if args.summary else ReportOutputDetails()
/system/memory/libmemunreachable/
DREADME.md113 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 …
/system/extras/simpleperf/
Dcmd_stat_impl.h297 bool FindRunningTimeForSummary(const CounterSummary& summary, double* running_time_in_sec);
/system/chre/chpp/
DRELEASE_NOTES.md3 A summary of notable changes is provided in the form of release notes. Dates are provided as yyyy-m…