Searched refs:summary (Results 1 – 14 of 14) sorted by relevance
/system/libufdt/tests/ |
D | run_performance_test.sh | 35 local summary=0 43 summary=$(echo "$summary + $TIME" | bc -l) 45 AVERAY=$(echo "scale=9; $summary/$TEST_COUNT" | bc -l)
|
/system/bt/gd/cert/ |
D | gen_html_coverage.sh | 5 llvm-cov show --format=html --summary-only --show-line-counts-or-regions --show-instantiation-summa…
|
/system/core/init/ |
D | main.cpp | 39 __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/adb/coverage/ |
D | report.sh | 15 --show-region-summary=false \ 22 --show-region-summary=false
|
/system/core/fastboot/fuzzy_fastboot/ |
D | test_listeners.h | 42 test_part_result.summary()); in OnTestPartResult()
|
/system/extras/ioshark/ |
D | README | 5 The short summary of what IOshark is : IOshark has 2 components, one 30 -s : One line summary.
|
/system/memory/libmemunreachable/ |
D | README.md | 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 …
|
/system/extras/simpleperf/scripts/ |
D | annotate.py | 347 summary = os.path.join(self.config['annotate_dest_dir'], 'summary') 348 with open(summary, 'w') as f:
|
D | test.py | 362 summary = fh.read() 365 for line in summary.split('\n'):
|
/system/bt/gd/docs/testing/ |
D | cert_test.md | 207 * test_summary.json: A summary test results, including stack traces 211 coverage summary from llvm-cov
|
/system/core/adb/client/ |
D | commandline.cpp | 1423 char summary[24]; // The following string includes digits and 16 fixed characters. in OnStdout() local 1424 int written = snprintf(summary, sizeof(summary), "Process count: %d\n", in OnStdout() 1426 OnStream(nullptr, stdout, summary, written); in OnStdout()
|
/system/extras/simpleperf/ |
D | cmd_stat.cpp | 873 for (const auto& summary : summaries.Summaries()) { in ShowCounters() local 874 if (!summary.IsMonitoredAllTheTime()) { in ShowCounters()
|
D | cmd_stat_impl.h | 318 bool FindRunningTimeForSummary(const CounterSummary& summary, double* running_time_in_sec);
|
/system/extras/simpleperf/doc/ |
D | executable_commands_reference.md | 46 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.
|