Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2600 struct HotFuncInfo { struct
2601 std::string FuncName;
2602 uint64_t TotalCount;
2603 double TotalCountPercent;
2604 uint64_t MaxCount;
2605 uint64_t EntryCount;
2607 HotFuncInfo() in HotFuncInfo() argument
2610 HotFuncInfo(StringRef FN, uint64_t TS, double TSP, uint64_t MS, uint64_t ES) in HotFuncInfo() argument