mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
GSB: Add a counter and clean up getConformanceAccessPath() a bit
This commit is contained in:
@@ -224,6 +224,9 @@ FRONTEND_STATISTIC(Sema, NumAccessorBodiesSynthesized)
|
||||
/// amount of work the GSB does analyzing type signatures.
|
||||
FRONTEND_STATISTIC(Sema, NumGenericSignatureBuilders)
|
||||
|
||||
/// Number of conformance access paths we had to compute.
|
||||
FRONTEND_STATISTIC(Sema, NumConformanceAccessPathsRecorded)
|
||||
|
||||
/// Number of lazy requirement signatures registered.
|
||||
FRONTEND_STATISTIC(Sema, NumLazyRequirementSignatures)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user