Searched refs:ProfileSummaryEntry (Results 1 – 9 of 9) sorted by relevance
33 struct ProfileSummaryEntry { struct38 ProfileSummaryEntry(uint32_t TheCutoff, uint64_t TheMinCount, in ProfileSummaryEntry() function43 using SummaryEntryVector = std::vector<ProfileSummaryEntry>;
82 const ProfileSummaryEntry &85 auto It = partition_point(DS, [=](const ProfileSummaryEntry &Entry) { in getEntryForPercentile()154 ProfileSummaryEntry PSE = {Cutoff, Count, CountsSeen}; in computeDetailedSummary()
275 std::vector<ProfileSummaryEntry> &Res = PS.getDetailedSummary(); in setSummary()
1221 std::vector<ProfileSummaryEntry> &Entries) { in readSummaryEntry()1263 std::vector<ProfileSummaryEntry> Entries; in readSummary()
672 std::vector<ProfileSummaryEntry> &Entries = Summary->getDetailedSummary(); in writeSummary()
68 static const ProfileSummaryEntry &
603 std::error_code readSummaryEntry(std::vector<ProfileSummaryEntry> &Entries);
1080 void setEntry(uint32_t I, const ProfileSummaryEntry &E) { in setEntry()
2316 for (const ProfileSummaryEntry &SummaryEntry : SummaryVector) { in showHotFunctionList()