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

/art/runtime/
H A Dprofiler_options.h52 top_k_change_threshold_(kDefaultChangeInTopKThreshold),
73 top_k_change_threshold_(top_k_change_threshold),
106 return top_k_change_threshold_;
126 << ", top_k_change_threshold=" << po.top_k_change_threshold_
149 double top_k_change_threshold_; member in class:art::ProfilerOptions
/art/cmdline/
H A Dcmdline_types.h655 double top_k_change_threshold_; member in struct:art::TestProfilerOptions
670 top_k_change_threshold_(0),
693 PRINT_TO_STREAM(top_k_change_threshold_);
825 &TestProfilerOptions::top_k_change_threshold_,

Completed in 89 milliseconds