Merge branch 'transforms-visitEachChildPerf' into transforms-commentsPerf

This commit is contained in:
Ron Buckton
2016-05-26 22:32:41 -07:00

View File

@@ -607,6 +607,7 @@ namespace ts {
reportTimeStatistic("Check time", checkTime);
reportTimeStatistic("Emit time", emitTime);
reportTimeStatistic("Total time", programTime + bindTime + checkTime + emitTime);
reportStatistics();
performance.disable();
performance.reset();