We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bb8729 + 3d3b3a4 commit fcd4ef4Copy full SHA for fcd4ef4
1 file changed
src/compiler/tsc.ts
@@ -607,6 +607,7 @@ namespace ts {
607
reportTimeStatistic("Check time", checkTime);
608
reportTimeStatistic("Emit time", emitTime);
609
reportTimeStatistic("Total time", programTime + bindTime + checkTime + emitTime);
610
+ reportStatistics();
611
612
performance.disable();
613
performance.reset();
0 commit comments