Searched refs:ProfCount (Results 1 – 1 of 1) sorted by relevance
75 uint64_t ProfCount, uint64_t TotalCount) { in emitMisexpectDiagnostic() argument76 double PercentageCorrect = (double)ProfCount / TotalCount; in emitMisexpectDiagnostic()78 formatv("{0:P} ({1} / {2})", PercentageCorrect, ProfCount, TotalCount); in emitMisexpectDiagnostic()