mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #18762 from graydon/num-instructions-executed
This commit is contained in:
@@ -80,8 +80,8 @@ DRIVER_STATISTIC(ChildrenMaxRSS)
|
||||
/// EXIT_SUCCESS.
|
||||
FRONTEND_STATISTIC(Frontend, NumProcessFailures)
|
||||
|
||||
/// Total instruction count in each frontend process.
|
||||
FRONTEND_STATISTIC(Frontend, NumInstructions)
|
||||
/// Total instructions-executed count in each frontend process.
|
||||
FRONTEND_STATISTIC(Frontend, NumInstructionsExecuted)
|
||||
|
||||
/// Number of source buffers visible in the source manager.
|
||||
FRONTEND_STATISTIC(AST, NumSourceBuffers)
|
||||
|
||||
Reference in New Issue
Block a user