Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler_options.h93 double GetBackoffCoefficient() const { in GetBackoffCoefficient() function
Dprofiler.cc198 backoff = std::min(backoff * profiler->options_.GetBackoffCoefficient(), kMaxBackoffSecs); in RunProfilerThread()