Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h57 top_k_profile_threshold_(kDefaultTopKProfileThreshold), in CompilerOptions()
92 top_k_profile_threshold_(top_k_profile_threshold), in CompilerOptions()
156 return top_k_profile_threshold_; in GetTopKProfileThreshold()
209 double top_k_profile_threshold_; variable