Searched refs:SummaryEntry (Results 1 – 1 of 1) sorted by relevance
1887 for (const auto &SummaryEntry : BasePS.getDetailedSummary()) { in loadProfiles() local1888 if (SummaryEntry.Cutoff == HotCutoff) { in loadProfiles()1889 BaseHotThreshold = SummaryEntry.MinCount; in loadProfiles()1895 for (const auto &SummaryEntry : TestPS.getDetailedSummary()) { in loadProfiles() local1896 if (SummaryEntry.Cutoff == HotCutoff) { in loadProfiles()1897 TestHotThreshold = SummaryEntry.MinCount; in loadProfiles()2316 for (const ProfileSummaryEntry &SummaryEntry : SummaryVector) { in showHotFunctionList() local2317 if (SummaryEntry.Cutoff == HotFuncCutoff) { in showHotFunctionList()2318 MinCountThreshold = SummaryEntry.MinCount; in showHotFunctionList()