Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.cc526 const double change_threshold = options.GetTopKChangeThreshold(); in IsProfileChangeSignificant() local
542 if (change_percent > change_threshold) { in IsProfileChangeSignificant()