Searched refs:worst (Results 1 – 6 of 6) sorted by relevance
/system/logging/logd/ |
D | ChattyLogBuffer.cpp | 379 int worst = -1; // not valid for uid() or getKey() in Prune() local 389 stats()->WorstTwoTags(threshold, &worst, &worst_sizes, &second_worst_sizes); in Prune() 392 stats()->WorstTwoUids(id, threshold, &worst, &worst_sizes, &second_worst_sizes); in Prune() 394 if (worst == AID_SYSTEM && prune_->worst_pid_of_system_enabled()) { in Prune() 401 if (worst == -1 && !check_high_priority) { in Prune() 413 if (!gc && (worst != -1)) { in Prune() 415 LogBufferIteratorMap::iterator found = mLastWorst[id].find(worst); in Prune() 481 if (key == worst) { in Prune() 506 if ((!gc && !worstPid && (key == worst)) || in Prune() 514 if (key != worst || (worstPid && element.pid() != worstPid)) { in Prune() [all …]
|
D | LogStatistics.cpp | 392 int* worst, size_t* worst_sizes, in WorstTwoWithThreshold() argument 404 *worst = *max_keys[0]; in WorstTwoWithThreshold() 412 void LogStatistics::WorstTwoUids(log_id id, size_t threshold, int* worst, size_t* worst_sizes, in WorstTwoUids() argument 415 WorstTwoWithThreshold(uidTable[id], threshold, worst, worst_sizes, second_worst_sizes); in WorstTwoUids() 418 void LogStatistics::WorstTwoTags(size_t threshold, int* worst, size_t* worst_sizes, in WorstTwoTags() argument 421 WorstTwoWithThreshold(tagTable, threshold, worst, worst_sizes, second_worst_sizes); in WorstTwoTags() 424 void LogStatistics::WorstTwoSystemPids(log_id id, size_t worst_uid_sizes, int* worst, in WorstTwoSystemPids() argument 434 *worst = *max_keys[0]; in WorstTwoSystemPids()
|
D | LogStatistics.h | 537 void WorstTwoUids(log_id id, size_t threshold, int* worst, size_t* worst_sizes, 539 void WorstTwoTags(size_t threshold, int* worst, size_t* worst_sizes, 541 void WorstTwoSystemPids(log_id id, size_t worst_uid_sizes, int* worst, 582 int* worst, size_t* worst_sizes, size_t* second_worst_sizes) const;
|
D | README.property | 72 represents pruning of the worst PID within AID_SYSTEM when AID_SYSTEM is the noisiest UID.
|
/system/libhwbinder/vts/performance/ |
D | PerfTest.cpp | 152 double worst = (double)worst_ / 1.0E6; in dump() local 156 << ", \"wst\":" << setw(W) << left << worst << ", \"bst\":" << setw(W) << left << best in dump()
|
D | Benchmark_throughput.cpp | 137 double worst = (double) m_worst / 1.0E6; in dump() local 142 << worst in dump()
|