@@ -9,7 +9,7 @@ The Node.js project has assessed the tools and the APIs which support those
9
9
tools. Each of the tools and APIs has been put into one of
10
10
the following tiers.
11
11
12
- * Tier 1 - Must always be working(CI tests passing) for all
12
+ * Tier 1 - Must always be working (CI tests passing) for all
13
13
Current and LTS Node.js releases. A release will not be shipped if the test
14
14
suite for the tool/API is not green. To be considered for inclusion
15
15
in this tier it must have a good test suite and that test suite and a job
@@ -29,7 +29,7 @@ the following tiers.
29
29
its dependencies; and
30
30
* The tool must be open source.
31
31
32
- * Tier 2 - Must be working(CI tests passing) for all
32
+ * Tier 2 - Must be working (CI tests passing) for all
33
33
LTS releases. An LTS release will not be shipped if the test
34
34
suite for the tool/API is not green. To be considered for inclusion
35
35
in this tier it must have a good test suite and that test suite and a job
@@ -136,6 +136,7 @@ The tools are currently assigned to Tiers as follows:
136
136
| Debugger | Chrome Dev tools | ? | No | 3 |
137
137
| Debugger | Chakracore - time-travel | No | Data source only | too early |
138
138
| Tracing | trace\_ events (API) | No | Yes | 1 |
139
+ | Tracing | trace\_ gc | No | Yes | 1 |
139
140
| Tracing | DTrace | No | Partial | 3 |
140
141
| Tracing | LTTng | No | Removed? | N/A |
141
142
| Tracing | ETW | No | Partial | 3 |
0 commit comments