Home
last modified time | relevance | path

Searched defs:HotFuncInfo (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2239 struct HotFuncInfo { struct
2240 StringRef FuncName;
2241 uint64_t TotalCount;
2242 double TotalCountPercent;
2243 uint64_t MaxCount;
2244 uint64_t EntryCount;
2246 HotFuncInfo() in HotFuncInfo() argument
2250 HotFuncInfo(StringRef FN, uint64_t TS, double TSP, uint64_t MS, uint64_t ES) in HotFuncInfo() argument