H A D | ProfileSummaryInfo.h | 58 std::optional<uint64_t> computeThreshold(int PercentileCutoff) const; 168 bool isFunctionHotInCallGraphNthPercentile(int PercentileCutoff, in isFunctionHotInCallGraphNthPercentile() argument 171 PercentileCutoff, F, BFI); in isFunctionHotInCallGraphNthPercentile() 176 bool isFunctionColdInCallGraphNthPercentile(int PercentileCutoff, in isFunctionColdInCallGraphNthPercentile() argument 179 PercentileCutoff, F, BFI); in isFunctionColdInCallGraphNthPercentile() 187 /// PercentileCutoff is encoded as a 6 digit decimal fixed point number, where 189 bool isHotCountNthPercentile(int PercentileCutoff, uint64_t C) const; 192 /// PercentileCutoff is encoded as a 6 digit decimal fixed point number, where 194 bool isColdCountNthPercentile(int PercentileCutoff, uint64_t C) const; 217 bool isHotBlockNthPercentile(int PercentileCutoff, cons argument 224 isHotBlockNthPercentile(int PercentileCutoff,BlockFrequency BlockFreq,BFIT * BFI) isHotBlockNthPercentile() argument 235 isColdBlockNthPercentile(int PercentileCutoff,const BBType * BB,BFIT * BFI) isColdBlockNthPercentile() argument 241 isColdBlockNthPercentile(int PercentileCutoff,BlockFrequency BlockFreq,BFIT * BFI) isColdBlockNthPercentile() argument 272 isFunctionHotOrColdInCallGraphNthPercentile(int PercentileCutoff,const FuncT * F,BFIT & FI) isFunctionHotOrColdInCallGraphNthPercentile() argument 305 isHotOrColdBlockNthPercentile(int PercentileCutoff,const BBType * BB,BFIT * BFI) isHotOrColdBlockNthPercentile() argument 315 isHotOrColdBlockNthPercentile(int PercentileCutoff,BlockFrequency BlockFreq,BFIT * BFI) isHotOrColdBlockNthPercentile() argument [all...] |