HomeSort by relevance Sort by last modified time
    Searched full:bucket_index (Results 1 - 1 of 1) sorted by null

  /external/chromium/base/
histogram.cc 219 size_t bucket_index = 1; local
221 SetBucketRange(bucket_index, current);
222 while (bucket_count() > ++bucket_index) {
226 log_ratio = (log_max - log_current) / (bucket_count() - bucket_index);
235 SetBucketRange(bucket_index, current);
238 DCHECK(bucket_count() == bucket_index);

Completed in 5545 milliseconds