Searched defs:backoff_coefficient_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dprofiler_options.h49 backoff_coefficient_(kDefaultBackoffCoefficient),
70 backoff_coefficient_(backoff_coefficient),
94 return backoff_coefficient_;
123 << ", backoff_coefficient=" << po.backoff_coefficient_
143 double backoff_coefficient_; member in class:art::ProfilerOptions
/art/cmdline/
H A Dcmdline_types.h638 double backoff_coefficient_; member in struct:art::TestProfilerOptions
656 backoff_coefficient_(0),
679 PRINT_TO_STREAM(backoff_coefficient_);
794 &TestProfilerOptions::backoff_coefficient_,

Completed in 79 milliseconds