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.cpp3099 uint64_t ProfileTotalSample = 0; in showHotFunctionList() local
3106 ProfileTotalSample += FuncProf.getTotalSamples(); in showHotFunctionList()
3126 (ProfileTotalSample > 0) in showHotFunctionList()
3127 ? (Func.getTotalSamples() * 100.0) / ProfileTotalSample in showHotFunctionList()
3135 Profiles.size(), HotFuncSample, ProfileTotalSample, in showHotFunctionList()