Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler_options.h51 top_k_change_threshold_(kDefaultChangeInTopKThreshold), in ProfilerOptions()
72 top_k_change_threshold_(top_k_change_threshold), in ProfilerOptions()
105 return top_k_change_threshold_; in GetTopKChangeThreshold()
125 << ", top_k_change_threshold=" << po.top_k_change_threshold_
148 double top_k_change_threshold_; variable
Dparsed_options.cc588 if (!ParseDouble(option, ':', 0.0, 100.0, &profiler_options_.top_k_change_threshold_)) { in Parse()