Add performance framework from transforms branch (#9536)

* Port performance tools from transforms branch

* Use friendlier names, add compiler option to print all recorded measures

* Always print total time

* + -> .getTime
This commit is contained in:
Wesley Wigham
2016-07-19 15:10:29 -07:00
committed by GitHub
parent e52e1659db
commit 2a26beb9d8
12 changed files with 159 additions and 42 deletions

View File

@@ -27,6 +27,10 @@ namespace ts {
name: "diagnostics",
type: "boolean",
},
{
name: "extendedDiagnostics",
type: "boolean",
},
{
name: "emitBOM",
type: "boolean"