Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler_options.h52 top_k_change_threshold_(kDefaultChangeInTopKThreshold), in ProfilerOptions()
73 top_k_change_threshold_(top_k_change_threshold), in ProfilerOptions()
106 return top_k_change_threshold_; in GetTopKChangeThreshold()
126 << ", top_k_change_threshold=" << po.top_k_change_threshold_
149 double top_k_change_threshold_; variable
Druntime.cc1064 profiler_options.top_k_change_threshold_, in Init()
/art/cmdline/
Dcmdline_parser_test.cc41 UsuallyEquals(lhs.top_k_change_threshold_, rhs.top_k_change_threshold_) && in operator ==()
477 opt.top_k_change_threshold_ = 60.0; in TEST_F()
Dcmdline_types.h644 double top_k_change_threshold_;
659 top_k_change_threshold_(0),
682 PRINT_TO_STREAM(top_k_change_threshold_);
814 &TestProfilerOptions::top_k_change_threshold_,