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/bt/gd/cert/
Dgen_html_coverage.sh5 llvm-cov show --format=html --summary-only --show-line-counts-or-regions --show-instantiation-summa…
/system/core/init/
Dmain.cpp39 __sanitizer_report_error_summary(const char* summary) { in __sanitizer_report_error_summary() argument
40 LOG(ERROR) << "Init (error summary): " << summary; in __sanitizer_report_error_summary()
/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/test/
Dapp_test.py114 summary = fh.read()
117 for line in summary.split('\n'):
/system/memory/libmemunreachable/
DREADME.md39 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 …
/system/extras/simpleperf/scripts/
Dannotate.py338 summary = os.path.join(self.config['annotate_dest_dir'], 'summary')
339 with open(summary, 'w') as f:
Ddebug_unwind_reporter.py264 report_output = ReportOutputSummary() if args.summary else ReportOutputDetails()
/system/bt/gd/docs/testing/
Dcert_test.md207 * test_summary.json: A summary test results, including stack traces
211 coverage summary from llvm-cov
/system/extras/simpleperf/
Dcmd_stat.cpp858 for (const auto& summary : summaries.Summaries()) { in ShowCounters() local
859 if (!summary.IsMonitoredAllTheTime()) { in ShowCounters()
Dcmd_stat_impl.h318 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…
/system/extras/simpleperf/doc/
Dexecutable_commands_reference.md46 The stat command gives a summary of how many events have happened in the profiled processes in a
50 3. After profiling, simpleperf reads counters from the kernel, and reports a counter summary.
77 The stat command: profiles processes and prints counter summary.