HomeSort by relevance Sort by last modified time
    Searched full:getbackoffcoefficient (Results 1 - 2 of 2) sorted by null

  /art/runtime/
profiler_options.h 93 double GetBackoffCoefficient() const {
profiler.cc 198 backoff = std::min(backoff * profiler->options_.GetBackoffCoefficient(), kMaxBackoffSecs);

Completed in 216 milliseconds