Searched refs:top_k (Results 1 – 1 of 1) sorted by relevance
527 std::set<std::string> top_k, old_top_k; in IsProfileChangeSignificant() local528 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()