Searched refs:top_k_threshold (Results 1 – 2 of 2) sorted by relevance
61 double top_k_threshold, in ProfilerOptions() argument71 top_k_threshold_(top_k_threshold), in ProfilerOptions()
438 double top_k_threshold = Runtime::Current()->GetProfilerOptions().GetTopKThreshold(); in CopyProfileFile() local451 new_profile.GetTopKSamples(new_top_k, top_k_threshold); in CopyProfileFile()452 old_profile.GetTopKSamples(old_top_k, top_k_threshold); in CopyProfileFile()477 << top_k_threshold << "% samples changed in proportion of " << change_percent << "%)"; in CopyProfileFile()