Searched refs:old_top_k (Results 1 – 1 of 1) sorted by relevance
527 std::set<std::string> top_k, old_top_k; in IsProfileChangeSignificant() local529 old_profile->GetTopKSamples(old_top_k, top_k_threshold); in IsProfileChangeSignificant()531 std::set_difference(top_k.begin(), top_k.end(), old_top_k.begin(), in IsProfileChangeSignificant()532 old_top_k.end(), std::inserter(diff, diff.end())); in IsProfileChangeSignificant()