Searched refs:num_overuse_detections_ (Results 1 – 2 of 2) sorted by relevance
181 num_overuse_detections_(0), in OveruseFrameDetector()308 num_overuse_detections_ > kMaxOverusesBeforeApplyRampupDelay) { in Process()322 ++num_overuse_detections_; in Process()339 << " overuse detections " << num_overuse_detections_ in Process()
145 int num_overuse_detections_; variable