Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp3192 uint64_t ProfileTotalSample = 0; in showHotFunctionList() local
3199 ProfileTotalSample += FuncProf.getTotalSamples(); in showHotFunctionList()
3219 (ProfileTotalSample > 0) in showHotFunctionList()
3220 ? (Func.getTotalSamples() * 100.0) / ProfileTotalSample in showHotFunctionList()
3228 Profiles.size(), HotFuncSample, ProfileTotalSample, in showHotFunctionList()