Home
last modified time | relevance | path

Searched refs:checkTime (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts714 const checkTime = isPerformanceEnabled ? performance.getDuration("Check") : 0; constant
735 reportTimeStatistic("Check time", checkTime);
739 reportTimeStatistic("Total time", programTime + bindTime + checkTime + emitTime);
/third_party/typescript/lib/
Dtsc.js95295 var checkTime = isPerformanceEnabled ? ts.performance.getDuration("Check") : 0;
95312 reportTimeStatistic("Check time", checkTime);
95316 reportTimeStatistic("Total time", programTime + bindTime + checkTime + emitTime);