Searched refs:NumStaleProfileFunctions (Results 1 – 1 of 1) sorted by relevance
1323 uint64_t NumStaleProfileFunctions = 0; in runOnFunctions() local1368 ++NumStaleProfileFunctions; in runOnFunctions()1375 ProfiledFunctions.size() + NumStaleProfileFunctions; in runOnFunctions()1386 if (NumStaleProfileFunctions) { in runOnFunctions()1388 NumStaleProfileFunctions / (float)NumAllProfiledFunctions * 100.0f; in runOnFunctions()1396 errs() << NumStaleProfileFunctions in runOnFunctions()1398 << (NumStaleProfileFunctions == 1 ? "" : "s") in runOnFunctions()