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

  /external/chromium/base/metrics/
histogram.cc 443 double log_current; local
444 log_current = log(static_cast<double>(current));
446 log_ratio = (log_max - log_current) / (bucket_count() - bucket_index);
448 log_next = log_current + log_ratio;
    [all...]

Completed in 68 milliseconds