Home
last modified time | relevance | path

Searched refs:backoff (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dprofiler.cc174 double backoff = 1.0; in RunProfilerThread() local
182 uint64_t delay_secs = profiler->options_.GetPeriodS() * backoff; in RunProfilerThread()
200 backoff = std::min(backoff * profiler->options_.GetBackoffCoefficient(), kMaxBackoffSecs); in RunProfilerThread()