Skip to content

Commit 155293c

Browse files
Updated Performance Tracing (markdown)
1 parent 251bb9b commit 155293c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Performance-Tracing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
TypeScript 4.1 introduced a `generateTrace` flag to make it easier to identify the parts of a program that are taking the most time to compile.
22

3-
# Warnings
4-
5-
The output changed somewhat in TypeScript 4.2 and may change again.
6-
Please do not take dependencies on particular characteristics of the output.
3+
> [!NOTE]
4+
>
5+
> The output changed somewhat in TypeScript 4.2 and may change again.
6+
> Please do not take dependencies on particular characteristics of the output.
77
88
Trace files are hard to consume without the underlying source code - at best an external investigator can tell you which of your files to examine more closely.
99
If you do share them, please consider zipping them — they compress very well.

0 commit comments

Comments
 (0)