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.cpp551 // pruning for worst UID.
661 // the worst offender by logging source. Thus the logs slowly loose content
666 // The first loop performs blacklisting and worst offender pruning. Falling
667 // through when there are no notable worst offenders and have not hit the
668 // region lock preventing further worst offender pruning. This loop also looks
752 // prune by worst offenders; by blacklist, UID, and by PID of system UID
755 // recalculate the worst offender on every batched pass
756 int worst = -1; // not valid for getUid() or getKey() local
767 .findWorst(worst, worst_sizes, second_worst_sizes,
772 .findWorst(worst, worst_size
[all...]
H A DLogStatistics.h643 void findWorst(int& worst, size_t& worst_sizes, size_t& second_worst_sizes, argument
651 worst = sorted[0]->getKey();
660 void findWorst(int& worst, size_t worst_sizes, size_t& second_worst_sizes) { argument
662 worst = sorted[0]->getKey();

Completed in 111 milliseconds