Searched defs:worst (Results 1 - 4 of 4) sorted by relevance

/system/libhwbinder/vts/performance/
H A DPerfTest.cpp152 double worst = (double)worst_ / 1.0E6; local
156 << ", \"wst\":" << setw(W) << left << worst << ", \"bst\":" << setw(W) << left << best
H A DBenchmark_throughput.cpp113 // e.g. best/worst/total_time.
136 double worst = (double) m_worst / 1.0E6; local
140 << "ms worst:"
141 << worst
/system/core/logd/
H A DLogBuffer.cpp559 // pruning for worst UID.
669 // the worst offender by logging source. Thus the logs slowly loose content
674 // The first loop performs blacklisting and worst offender pruning. Falling
675 // through when there are no notable worst offenders and have not hit the
676 // region lock preventing further worst offender pruning. This loop also looks
760 // prune by worst offenders; by blacklist, UID, and by PID of system UID
763 // recalculate the worst offender on every batched pass
764 int worst = -1; // not valid for getUid() or getKey() local
775 .findWorst(worst, worst_sizes, second_worst_sizes,
780 .findWorst(worst, worst_size
[all...]
H A DLogStatistics.h642 void findWorst(int& worst, size_t& worst_sizes, size_t& second_worst_sizes, argument
650 worst = sorted[0]->getKey();
659 void findWorst(int& worst, size_t worst_sizes, size_t& second_worst_sizes) { argument
661 worst = sorted[0]->getKey();

Completed in 2592 milliseconds