Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2329 uint64_t ProfileTotalSample = 0; in showHotFunctionList() local
2336 ProfileTotalSample += FuncProf.getTotalSamples(); in showHotFunctionList()
2356 (ProfileTotalSample > 0) in showHotFunctionList()
2357 ? (Func.getTotalSamples() * 100.0) / ProfileTotalSample in showHotFunctionList()
2364 Profiles.size(), HotFuncSample, ProfileTotalSample, in showHotFunctionList()