Searched defs:SummaryEntry (Results 1 – 5 of 5) sorted by relevance
37 struct SummaryEntry { struct38 SummaryEntry(const ValueType& v, const WeightType& w, const WeightType& min, in SummaryEntry() argument52 SummaryEntry() { in SummaryEntry() function72 WeightType PrevMaxRank() const { return max_rank - weight; } in PrevMaxRank()98 const std::vector<SummaryEntry>& summary_entries) { in BuildFromSummaryEntries() argument
70 using SummaryEntry = typename Summary::SummaryEntry; variable
30 using SummaryEntry = typedef
27 using SummaryEntry = typedef
1830 for (const auto &SummaryEntry : BasePS.getDetailedSummary()) { in loadProfiles() local1838 for (const auto &SummaryEntry : TestPS.getDetailedSummary()) { in loadProfiles() local2257 for (const ProfileSummaryEntry &SummaryEntry : SummaryVector) { in showHotFunctionList() local