Searched refs:compaction_events_ (Results 1 – 2 of 2) sorted by relevance
334 compaction_events_.push_front( in AddCompactionEvent()748 if (compaction_events_.size() == 0) return 0; in CompactionSpeedInBytesPerMillisecond()751 CompactionEventBuffer::const_iterator iter = compaction_events_.begin(); in CompactionSpeedInBytesPerMillisecond()752 while (iter != compaction_events_.end()) { in CompactionSpeedInBytesPerMillisecond()
539 CompactionEventBuffer compaction_events_; variable