mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/master' into master-rebranch
This commit is contained in:
@@ -160,6 +160,22 @@ FRONTEND_STATISTIC(AST, NumUnqualifiedLookup)
|
||||
/// AnyObject lookup.
|
||||
FRONTEND_STATISTIC(AST, NumModuleLookupClassMember)
|
||||
|
||||
/// Number of body scopes for iterable types
|
||||
FRONTEND_STATISTIC(AST, NumIterableTypeBodyASTScopes)
|
||||
|
||||
/// Number of expansions of body scopes for iterable types
|
||||
FRONTEND_STATISTIC(AST, NumIterableTypeBodyASTScopeExpansions)
|
||||
|
||||
/// Number of brace statment scopes for iterable types
|
||||
FRONTEND_STATISTIC(AST, NumBraceStmtASTScopes)
|
||||
|
||||
/// Number of expansions of brace statement scopes for iterable types
|
||||
FRONTEND_STATISTIC(AST, NumBraceStmtASTScopeExpansions)
|
||||
|
||||
/// Number of ASTScope lookups
|
||||
FRONTEND_STATISTIC(AST, NumASTScopeLookups)
|
||||
|
||||
|
||||
/// Number of full function bodies parsed.
|
||||
FRONTEND_STATISTIC(Parse, NumFunctionsParsed)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user