Searched defs:HotFuncInfo (Results 1 – 1 of 1) sorted by relevance
2239 struct HotFuncInfo { struct2240 StringRef FuncName;2241 uint64_t TotalCount;2242 double TotalCountPercent;2243 uint64_t MaxCount;2244 uint64_t EntryCount;2246 HotFuncInfo() in HotFuncInfo() argument2250 HotFuncInfo(StringRef FN, uint64_t TS, double TSP, uint64_t MS, uint64_t ES) in HotFuncInfo() argument