Searched refs:StaleSampleCount (Results 1 – 1 of 1) sorted by relevance
1327 uint64_t StaleSampleCount = 0; in runOnFunctions() local1369 StaleSampleCount += SampleCount; in runOnFunctions()1403 errs() << StaleSampleCount << " out of " << TotalSampleCount in runOnFunctions()1405 << format("%.1f", ((100.0f * StaleSampleCount) / TotalSampleCount)) in runOnFunctions()