Home
last modified time | relevance | path

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

/system/extras/tests/workloads/
Dpwrsummary.sh71 function average { function
175 set -- $(grep "FPS average" $file | sed 's/^.*seconds for a //' | awk '{ print $1; }' | average)
179 …set -- $(grep ^Frames: $file | tr "/" " " | awk '{ print $4; }' | average | awk '{ printf "%.3f %…
183 …set -- $(cat $file | sysappOutputParser | average | awk '{ printf "%.3f %.3f %.3f\n", 1000/$3, 100…
187 set -- $(cat $file | hwuiOutputParser | tr ',' ' ' | awk '{print $2;}' | average)
/system/extras/latencytop/
Dlatencytop.c359 unsigned long average; in print_latency_entries() local
385 average = e->total / e->count; in print_latency_entries()
387 average / 1000, (average % 1000) / 10, e->count, e->reason); in print_latency_entries()
/system/libhwbinder/vts/performance/
DPerfTest.cpp153 double average = (double)total_time_ / transactions_ / 1.0E6; in dump() local
155 cout << std::setprecision(DUMP_PRICISION) << "{ \"avg\":" << setw(W) << left << average in dump()
DBenchmark_throughput.cpp138 double average = (double) m_total_time / m_transactions / 1.0E6; in dump() local
140 << average in dump()
/system/logging/logd/
DREADME.compression.md47 * **3.5x more log messages on average**
/system/bt/gd/proto/bluetooth/metrics/
Dbluetooth.proto160 // Buffer underruns average.
/system/extras/boottime_tools/bootanalyze/
Dbootanalyze.py224 average = sum(item[1])/len(item[1])
226 averaged_timing_points.append((item[0], average, std_dev, len(item[1])))