Home
last modified time | relevance | path

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

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