Home | History | Annotate | Download | only in metrics

Lines Matching full:counts

166   while (0 == snapshot.counts(largest_non_empty_bucket)) {
175 if (snapshot.counts(i)) {
186 Count current = snapshot.counts(i);
194 if (0 == current && i < bucket_count() - 1 && 0 == snapshot.counts(i + 1)) {
195 while (i < bucket_count() - 1 && 0 == snapshot.counts(i + 1))
314 count += snapshot.counts(index);
604 double current_size = GetBucketSize(snapshot.counts(i), i);
696 for (Counts::const_iterator it = counts_.begin();