Searched refs:GetBackoffCoefficient (Results 1 – 2 of 2) sorted by relevance
93 double GetBackoffCoefficient() const { in GetBackoffCoefficient() function
198 backoff = std::min(backoff * profiler->options_.GetBackoffCoefficient(), kMaxBackoffSecs); in RunProfilerThread()