Searched refs:backoff_coefficient_ (Results 1 – 2 of 2) sorted by relevance
48 backoff_coefficient_(kDefaultBackoffCoefficient), in ProfilerOptions()69 backoff_coefficient_(backoff_coefficient), in ProfilerOptions()93 return backoff_coefficient_; in GetBackoffCoefficient()122 << ", backoff_coefficient=" << po.backoff_coefficient_142 double backoff_coefficient_; variable
578 if (!ParseDouble(option, ':', 1.0, 10.0, &profiler_options_.backoff_coefficient_)) { in Parse()