Searched refs:checkTime (Results 1 – 2 of 2) sorted by relevance
714 const checkTime = isPerformanceEnabled ? performance.getDuration("Check") : 0; constant735 reportTimeStatistic("Check time", checkTime);739 reportTimeStatistic("Total time", programTime + bindTime + checkTime + emitTime);
95295 var checkTime = isPerformanceEnabled ? ts.performance.getDuration("Check") : 0;95312 reportTimeStatistic("Check time", checkTime);95316 reportTimeStatistic("Total time", programTime + bindTime + checkTime + emitTime);