Searched refs:last_update_ms_ (Results 1 – 2 of 2) sorted by relevance
62 last_update_ms_(-1), in OveruseDetector()126 if (last_update_ms_ == -1) in UpdateThreshold()127 last_update_ms_ = now_ms; in UpdateThreshold()132 last_update_ms_ = now_ms; in UpdateThreshold()138 k * (fabs(modified_offset) - threshold_) * (now_ms - last_update_ms_); in UpdateThreshold()144 last_update_ms_ = now_ms; in UpdateThreshold()
56 int64_t last_update_ms_; variable