Home | History | Annotate | Download | only in metrics

Lines Matching defs:past

629   int64_t past = 0;
653 WriteAsciiBucketContext(past, current, remaining, i, output);
655 past += current;
657 DCHECK_EQ(sample_count, past);
687 void Histogram::WriteAsciiBucketContext(const int64_t past,
692 double scaled_sum = (past + current + remaining) / 100.0;
695 double percentage = past / scaled_sum;