Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp3008 struct HotFuncInfo { struct
3015 HotFuncInfo() = default;
3017 HotFuncInfo(StringRef FN, uint64_t TS, double TSP, uint64_t MS, uint64_t ES) in HotFuncInfo() argument
3030 const std::vector<HotFuncInfo> &PrintValues, in dumpHotFunctionList()
3122 std::vector<HotFuncInfo> PrintValues; in showHotFunctionList()
3130 HotFuncInfo(Func.getContext().toString(), Func.getTotalSamples(), in showHotFunctionList()