Merge pull request #18762 from graydon/num-instructions-executed

This commit is contained in:
swift-ci
2018-08-16 15:16:20 -07:00
committed by GitHub
3 changed files with 6 additions and 4 deletions

View File

@@ -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)