reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ProfileData/InstrProf.cpp
 1246   for (unsigned I = 0; I < IPVK_Last - IPVK_First + 1; I++) {
 1246   for (unsigned I = 0; I < IPVK_Last - IPVK_First + 1; I++) {
 1247     if (Base.ValueCounts[I] < 1.0f && Test.ValueCounts[I] < 1.0f)
 1247     if (Base.ValueCounts[I] < 1.0f && Test.ValueCounts[I] < 1.0f)
 1250     switch (I) {
 1258       snprintf(ProfileKindName, 19, "VP[%d]", I);
 1262        << " profile overlap: " << format("%.3f%%", Overlap.ValueCounts[I] * 100)
 1266          << "): " << format("%.3f%%", Mismatch.ValueCounts[I] * 100) << "\n";
 1270          << format("%.3f%%", Unique.ValueCounts[I] * 100) << "\n";
 1272        << " profile base count sum: " << format("%.0f", Base.ValueCounts[I])
 1275        << " profile test count sum: " << format("%.0f", Test.ValueCounts[I])