Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_stat.cpp295 static std::string GetCommentForSummary(const CounterSummary& summary, in GetCommentForSummary() argument
298 const std::string& type_name = summary.event_type->event_type.name; in GetCommentForSummary()
299 const std::string& modifier = summary.event_type->modifier; in GetCommentForSummary()
301 double run_sec = summary.count / 1e9; in GetCommentForSummary()
309 double hz = summary.count / duration_in_sec; in GetCommentForSummary()
312 if (type_name == "instructions" && summary.count != 0) { in GetCommentForSummary()
315 double cycles_per_instruction = t.count * 1.0 / summary.count; in GetCommentForSummary()
331 double miss_rate = summary.count * 1.0 / t.count; in GetCommentForSummary()
336 double rate = summary.count / duration_in_sec; in GetCommentForSummary()
386 CounterSummary summary; in ShowCounters() local
[all …]
/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/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/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 …