Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.cc527 std::set<std::string> top_k, old_top_k; in IsProfileChangeSignificant() local
528 profile->GetTopKSamples(top_k, top_k_threshold); in IsProfileChangeSignificant()
531 std::set_difference(top_k.begin(), top_k.end(), old_top_k.begin(), in IsProfileChangeSignificant()
536 / static_cast<double>(top_k.size()); in IsProfileChangeSignificant()