Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2443 uint64_t ProfileTotalSample = 0; in showHotFunctionList() local
2450 ProfileTotalSample += FuncProf.getTotalSamples(); in showHotFunctionList()
2470 (ProfileTotalSample > 0) in showHotFunctionList()
2471 ? (Func.getTotalSamples() * 100.0) / ProfileTotalSample in showHotFunctionList()
2479 Profiles.size(), HotFuncSample, ProfileTotalSample, in showHotFunctionList()