Searched refs:idle_start_count_ (Results 1 – 2 of 2) sorted by relevance
157 if (idle_start_count_ > idle_end_count_) { in IdleStartLocked()160 } else if (idle_start_count_ < idle_end_count_) { in IdleStartLocked()165 profiler_->Start(kIdleString, idle_start_count_++); in IdleStartLocked()175 if (profiler_ != nullptr && idle_start_count_ - 1 == idle_end_count_) { in IdleEndLocked()
67 uint8_t idle_start_count_ = 0; variable