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()
448 double top_k_threshold = Runtime::Current()->GetProfilerOptions().GetTopKThreshold(); in CopyProfileFile() local461 new_profile.GetTopKSamples(new_top_k, top_k_threshold); in CopyProfileFile()462 old_profile.GetTopKSamples(old_top_k, top_k_threshold); in CopyProfileFile()487 << top_k_threshold << "% samples changed in proportion of " << change_percent << "%)"; in CopyProfileFile()