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/adb/coverage/
Dreport.sh15 --show-region-summary=false \
22 --show-region-summary=false
/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/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.py347 summary = os.path.join(self.config['annotate_dest_dir'], 'summary')
348 with open(summary, 'w') as f:
Dtest.py362 summary = fh.read()
365 for line in summary.split('\n'):
/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/core/adb/client/
Dcommandline.cpp1423 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/
Dcmd_stat.cpp873 for (const auto& summary : summaries.Summaries()) { in ShowCounters() local
874 if (!summary.IsMonitoredAllTheTime()) { in ShowCounters()
Dcmd_stat_impl.h318 bool FindRunningTimeForSummary(const CounterSummary& summary, double* running_time_in_sec);
/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.