Trace key operations

Produce output in Chrome's event tracing format so that it can be viewed
in Chrome/Edge.
This commit is contained in:
Andrew Casey
2020-08-06 11:02:51 -07:00
parent 9569198df6
commit 5d60972ef4
22 changed files with 315 additions and 19 deletions

View File

@@ -197,6 +197,14 @@ namespace ts {
category: Diagnostics.Advanced_Options,
description: Diagnostics.Generates_a_CPU_profile
},
{
name: "generateTrace",
type: "string",
isFilePath: true,
paramType: Diagnostics.FILE_OR_DIRECTORY,
category: Diagnostics.Advanced_Options,
description: Diagnostics.Generates_an_event_trace_and_a_list_of_types
},
{
name: "incremental",
shortName: "i",