Searched refs:kMaxBackoffSecs (Results 1 – 1 of 1) sorted by relevance
163 const double kMaxBackoffSecs = 24*60*60; // Max backoff time. in RunProfilerThread() local200 backoff = std::min(backoff * profiler->options_.GetBackoffCoefficient(), kMaxBackoffSecs); in RunProfilerThread()