Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler_options.h48 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
Dparsed_options.cc578 if (!ParseDouble(option, ':', 1.0, 10.0, &profiler_options_.backoff_coefficient_)) { in Parse()