Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryPasses.cpp1326 uint64_t TotalSampleCount = 0; in runOnFunctions() local
1358 TotalSampleCount += SampleCount; in runOnFunctions()
1401 if (TotalSampleCount > 0) { in runOnFunctions()
1403 errs() << StaleSampleCount << " out of " << TotalSampleCount in runOnFunctions()
1405 << format("%.1f", ((100.0f * StaleSampleCount) / TotalSampleCount)) in runOnFunctions()