Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.cc68 top_k_profile_threshold_(kDefaultTopKProfileThreshold), in CompilerOptions()
Dcompiler_options.h66 static constexpr double kDefaultTopKProfileThreshold = 90.0; variable