Searched refs:TotalSampleCount (Results 1 – 1 of 1) sorted by relevance
1326 uint64_t TotalSampleCount = 0; in runOnFunctions() local1358 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()