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

  /art/runtime/
profiler_options.h 51 top_k_change_threshold_(kDefaultChangeInTopKThreshold),
72 top_k_change_threshold_(top_k_change_threshold),
105 return top_k_change_threshold_;
125 << ", top_k_change_threshold=" << po.top_k_change_threshold_
148 double top_k_change_threshold_; member in class:art::ProfilerOptions
parsed_options.cc 589 if (!ParseDouble(option, ':', 0.0, 100.0, &profiler_options_.top_k_change_threshold_)) {
    [all...]

Completed in 46 milliseconds