Skip to content

Commit fcd4ef4

Browse files
committed
Merge branch 'transforms-visitEachChildPerf' into transforms-commentsPerf
2 parents 2bb8729 + 3d3b3a4 commit fcd4ef4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/compiler/tsc.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,7 @@ namespace ts {
607607
reportTimeStatistic("Check time", checkTime);
608608
reportTimeStatistic("Emit time", emitTime);
609609
reportTimeStatistic("Total time", programTime + bindTime + checkTime + emitTime);
610+
reportStatistics();
610611

611612
performance.disable();
612613
performance.reset();

0 commit comments

Comments
 (0)