41 return os <<
rl.limit() <<
'/' <<
rl.interval().count();
60 if (
t == last_time_) {
68 if ((
t - last_time_).count() <
int64_t(buckets_.size())) {
70 while (
t != ++last_time_) {
71 auto&
skipped = at(last_time_.count());
76 count_ = count_ + count -
bucket;
79 fill(buckets_.begin(), buckets_.end(), 0);
ostream & operator<<(ostream &os, const pair< T, U > &p)