Searched refs:last_rampup_time_ (Results 1 – 2 of 2) sorted by relevance
384 last_rampup_time_(0), in OveruseFrameDetector()518 bool check_for_backoff = last_rampup_time_ > last_overuse_time_; in Process()520 if (now - last_rampup_time_ < kStandardRampUpDelayMs || in Process()540 last_rampup_time_ = now; in Process()584 if (time_now < last_rampup_time_ + delay) in IsUnderusing()
129 int64_t last_rampup_time_; variable