Searched refs:SummaryEntryVector (Results 1 – 5 of 5) sorted by relevance
49 SummaryEntryVector DetailedSummary;69 getEntryForPercentile(SummaryEntryVector &DS, uint64_t Percentile);70 static uint64_t getHotCountThreshold(SummaryEntryVector &DS);71 static uint64_t getColdCountThreshold(SummaryEntryVector &DS);
43 using SummaryEntryVector = std::vector<ProfileSummaryEntry>; variable51 SummaryEntryVector DetailedSummary;71 ProfileSummary(Kind K, SummaryEntryVector DetailedSummary,88 SummaryEntryVector &getDetailedSummary() { return DetailedSummary; } in getDetailedSummary()
83 ProfileSummaryBuilder::getEntryForPercentile(SummaryEntryVector &DS, in getEntryForPercentile()157 uint64_t ProfileSummaryBuilder::getHotCountThreshold(SummaryEntryVector &DS) { in getHotCountThreshold()166 uint64_t ProfileSummaryBuilder::getColdCountThreshold(SummaryEntryVector &DS) { in getColdCountThreshold()
810 SummaryEntryVector DetailedSummary; in readSummary()
150 static bool getSummaryFromMD(MDTuple *MD, SummaryEntryVector &Summary) { in getSummaryFromMD()243 SummaryEntryVector Summary; in getFromMD()