Home
last modified time | relevance | path

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

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