From 9b71043e9046bc844031fc13475367d3df473bd9 Mon Sep 17 00:00:00 2001 From: Tony Gorez Date: Wed, 23 Mar 2022 14:55:12 +0100 Subject: [PATCH] doc: add `trace_gc` to diagnostic tooling support document PR-URL: https://github.com/nodejs/node/pull/42346 Reviewed-By: Matteo Collina Reviewed-By: Gireesh Punathil --- doc/contributing/diagnostic-tooling-support-tiers.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/contributing/diagnostic-tooling-support-tiers.md b/doc/contributing/diagnostic-tooling-support-tiers.md index 556c87e6a95493..26ac74104b5762 100644 --- a/doc/contributing/diagnostic-tooling-support-tiers.md +++ b/doc/contributing/diagnostic-tooling-support-tiers.md @@ -9,7 +9,7 @@ The Node.js project has assessed the tools and the APIs which support those tools. Each of the tools and APIs has been put into one of the following tiers. -* Tier 1 - Must always be working(CI tests passing) for all +* Tier 1 - Must always be working (CI tests passing) for all Current and LTS Node.js releases. A release will not be shipped if the test suite for the tool/API is not green. To be considered for inclusion in this tier it must have a good test suite and that test suite and a job @@ -29,7 +29,7 @@ the following tiers. its dependencies; and * The tool must be open source. -* Tier 2 - Must be working(CI tests passing) for all +* Tier 2 - Must be working (CI tests passing) for all LTS releases. An LTS release will not be shipped if the test suite for the tool/API is not green. To be considered for inclusion 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: | Debugger | Chrome Dev tools | ? | No | 3 | | Debugger | Chakracore - time-travel | No | Data source only | too early | | Tracing | trace\_events (API) | No | Yes | 1 | +| Tracing | trace\_gc | No | Yes | 1 | | Tracing | DTrace | No | Partial | 3 | | Tracing | LTTng | No | Removed? | N/A | | Tracing | ETW | No | Partial | 3 |