Searched refs:last_rampup_time_ (Results 1 – 2 of 2) sorted by relevance
182 last_rampup_time_(0), in OveruseFrameDetector()305 bool check_for_backoff = last_rampup_time_ > last_overuse_time_; in Process()307 if (now - last_rampup_time_ < kStandardRampUpDelayMs || in Process()327 last_rampup_time_ = now; in Process()358 if (time_now < last_rampup_time_ + delay) in IsUnderusing()
146 int64_t last_rampup_time_; variable