Searched refs:SummaryEntry (Results 1 – 1 of 1) sorted by relevance
3086 for (const ProfileSummaryEntry &SummaryEntry : SummaryVector) { in showHotFunctionList() local3087 if (SummaryEntry.Cutoff == HotFuncCutoff) { in showHotFunctionList()3088 MinCountThreshold = SummaryEntry.MinCount; in showHotFunctionList()