Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dhistogram.cc611 uint32_t largest_non_empty_bucket = bucket_count() - 1; in WriteAsciiImpl() local
612 while (0 == snapshot->GetCountAtIndex(largest_non_empty_bucket)) { in WriteAsciiImpl()
613 if (0 == largest_non_empty_bucket) in WriteAsciiImpl()
615 --largest_non_empty_bucket; in WriteAsciiImpl()