Home | History | Annotate | Download | only in metrics

Lines Matching refs:past

183   int64 past = 0;
204 WriteAsciiBucketContext(past, current, remaining, i, output);
206 past += current;
208 DCHECK_EQ(sample_count, past);
629 void Histogram::WriteAsciiBucketContext(const int64 past,
634 double scaled_sum = (past + current + remaining) / 100.0;
637 double percentage = past / scaled_sum;