Home
last modified time | relevance | path

Searched refs:summary (Results 1 – 13 of 13) 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/toolbox/upstream-netbsd/bin/dd/
Dmisc.c72 summary(void) in summary() function
147 summary(); in summaryx()
155 summary(); in terminate()
Dextern.h62 void summary(void);
Dposition.c118 summary(); in pos_in()
Ddd.c138 (void)atexit(summary); in main()
374 summary(); in dd_in()
/system/tools/hidl/docs/src/writer/files/
DIndexFileWriter.kt33 val summary: String, in <lambda>() constant in writer.files.EntryData
54 summary = summaryStr, in <lambda>()
/system/extras/tests/sdcard/
Dplot_sdcard.py58 self.summary = re.match('([a-z_]+)_total', self.name)
151 if dataset.summary:
169 if dataset and not dataset.summary:
/system/extras/ioshark/
DREADME5 The short summary of what IOshark is : IOshark has 2 components, one
30 -s : One line summary.
/system/core/libmemunreachable/
DREADME.md18 Writes a description of leaked memory to the log. A summary is always written, followed by details…
30 Returns a description of leaked memory. A summary is always written, followed by details of up to …
/system/extras/simpleperf/
Dcmd_stat.cpp128 void AddSummary(const CounterSummary& summary) { in AddSummary() argument
129 summaries_.push_back(summary); in AddSummary()
/system/extras/simpleperf/scripts/
Dannotate.py478 summary = os.path.join(self.config['annotate_dest_dir'], 'summary')
479 with open(summary, 'w') as f:
Dtest.py218 summary = fh.read()
222 for line in summary.split('\n'):
/system/extras/simpleperf/doc/
DREADME.md355 The stat command gives a summary of how many events have happened in the profiled processes in a
359 3. After profiling, simpleperf reads counters from the kernel, and reports a counter summary.
385 The stat command: profiles processes and prints counter summary.