Searched refs:FuncSampleStats (Results 1 – 1 of 1) sorted by relevance
1036 struct FuncSampleStats { struct1040 FuncSampleStats() : SampleSum(0), MaxSample(0), HotBlockCount(0) {} in FuncSampleStats() function1041 FuncSampleStats(uint64_t SampleSum, uint64_t MaxSample, in FuncSampleStats() function1127 FuncSampleStats &FuncStats, in getFuncSampleStats()1145 static bool isFunctionHot(const FuncSampleStats &FuncStats, in isFunctionHot()1214 StringMap<FuncSampleStats> BaseStats;1215 StringMap<FuncSampleStats> TestStats;1254 void getHotFunctions(const StringMap<FuncSampleStats> &ProfStats,1255 StringMap<FuncSampleStats> &HotFunc,1359 const StringMap<FuncSampleStats> &ProfStats, in getHotFunctions()[all …]