Searched defs:HotFuncInfo (Results 1 – 1 of 1) sorted by relevance
2600 struct HotFuncInfo { struct2601 std::string FuncName;2602 uint64_t TotalCount;2603 double TotalCountPercent;2604 uint64_t MaxCount;2605 uint64_t EntryCount;2607 HotFuncInfo() in HotFuncInfo() argument2610 HotFuncInfo(StringRef FN, uint64_t TS, double TSP, uint64_t MS, uint64_t ES) in HotFuncInfo() argument