Home | History | Annotate | Download | only in metrics

Lines Matching refs:log_ratio

437   double log_ratio;
446 log_ratio = (log_max - log_current) / (bucket_count() - bucket_index);
448 log_next = log_current + log_ratio;