Searched refs:top_k_change_threshold_ (Results 1 – 2 of 2) sorted by relevance
51 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
588 if (!ParseDouble(option, ':', 0.0, 100.0, &profiler_options_.top_k_change_threshold_)) { in Parse()