Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp3024 uint64_t ProfileTotalSample = 0; in showHotFunctionList() local
3031 ProfileTotalSample += FuncProf.getTotalSamples(); in showHotFunctionList()
3051 (ProfileTotalSample > 0) in showHotFunctionList()
3052 ? (Func.getTotalSamples() * 100.0) / ProfileTotalSample in showHotFunctionList()
3060 Profiles.size(), HotFuncSample, ProfileTotalSample, in showHotFunctionList()