mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
This commit is contained in:
@@ -230,16 +230,8 @@ FRONTEND_STATISTIC(Sema, NumRequirementMachineCompletionSteps)
|
||||
/// Number of new rules added by concrete term unification.
|
||||
FRONTEND_STATISTIC(Sema, NumRequirementMachineUnifiedConcreteTerms)
|
||||
|
||||
/// Number of generic signature builders constructed. Rough proxy for
|
||||
/// amount of work the GSB does analyzing type signatures.
|
||||
FRONTEND_STATISTIC(Sema, NumGenericSignatureBuilders)
|
||||
|
||||
/// Number of steps in the GSB's redundant requirements algorithm, which is in
|
||||
/// the worst-case exponential.
|
||||
FRONTEND_STATISTIC(Sema, NumRedundantRequirementSteps)
|
||||
|
||||
/// Number of conformance access paths we had to compute.
|
||||
FRONTEND_STATISTIC(Sema, NumConformanceAccessPathsRecorded)
|
||||
/// Number of conformance paths we had to compute.
|
||||
FRONTEND_STATISTIC(Sema, NumConformancePathsRecorded)
|
||||
|
||||
/// Number of lazy requirement signatures registered.
|
||||
FRONTEND_STATISTIC(Sema, NumLazyRequirementSignatures)
|
||||
|
||||
Reference in New Issue
Block a user