Searched defs:HotFuncInfo (Results 1 – 1 of 1) sorted by relevance
3008 struct HotFuncInfo { struct3009 std::string FuncName;3010 uint64_t TotalCount = 0;3011 double TotalCountPercent = 0.0f;3012 uint64_t MaxCount = 0;3013 uint64_t EntryCount = 0;3017 HotFuncInfo(StringRef FN, uint64_t TS, double TSP, uint64_t MS, uint64_t ES) in HotFuncInfo() function