Searched refs:time_over_using_ (Results 1 – 4 of 4) sorted by relevance
38 time_over_using_(-1), in OveruseDetector()59 if (time_over_using_ == -1) { in Detect()63 time_over_using_ = ts_delta / 2; in Detect()66 time_over_using_ += ts_delta; in Detect()69 if (time_over_using_ > overusing_time_threshold_ && overuse_counter_ > 1) { in Detect()71 time_over_using_ = 0; in Detect()77 time_over_using_ = -1; in Detect()81 time_over_using_ = -1; in Detect()
52 double time_over_using_; variable
179 time_over_using_(-1), in TrendlineEstimator()282 if (time_over_using_ == -1) { in Detect()286 time_over_using_ = ts_delta / 2; in Detect()289 time_over_using_ += ts_delta; in Detect()292 if (time_over_using_ > overusing_time_threshold_ && overuse_counter_ > 1) { in Detect()294 time_over_using_ = 0; in Detect()300 time_over_using_ = -1; in Detect()304 time_over_using_ = -1; in Detect()
117 double time_over_using_; variable