From a3659e35474310fc92fc6db623e2c3a7f5bab216 Mon Sep 17 00:00:00 2001 From: Tony Gorez Date: Fri, 1 Jul 2022 21:58:01 +0200 Subject: [PATCH] doc: promote 0x to tier 4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/43609 Reviewed-By: Matteo Collina Reviewed-By: Gireesh Punathil Reviewed-By: Darshan Sen Reviewed-By: Beth Griggs Reviewed-By: Rafael Gonzaga Reviewed-By: Tobias Nießen Reviewed-By: Gerhard Stöbich Reviewed-By: Luigi Pinca --- doc/contributing/diagnostic-tooling-support-tiers.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/contributing/diagnostic-tooling-support-tiers.md b/doc/contributing/diagnostic-tooling-support-tiers.md index 597e46986f8803..d3a42a687f81d7 100644 --- a/doc/contributing/diagnostic-tooling-support-tiers.md +++ b/doc/contributing/diagnostic-tooling-support-tiers.md @@ -118,9 +118,9 @@ The tools are currently assigned to Tiers as follows: ## Tier 4 -| Tool Type | Tool/API Name | Regular Testing in Node.js CI | Integrated with Node.js | Target Tier | -| --------- | ------------- | ----------------------------- | ----------------------- | ----------- | -| | | | | | +| Tool Type | Tool/API Name | Regular Testing in Node.js CI | Integrated with Node.js | Target Tier | +| --------- | --------------------------------------------- | ----------------------------- | ----------------------- | ----------- | +| Profiling | [0x](https://github.com/davidmarkclements/0x) | No | No | 3 | ## Not yet classified @@ -139,6 +139,5 @@ The tools are currently assigned to Tiers as follows: | Tracing | Systemtap | No | Partial | ? | | Profiling | DTrace | No | Partial | 3 | | Profiling | Windows Xperf | No | ? | ? | -| Profiling | 0x | No | No | 4 | | F/P/T | appmetrics | No | No | ? | | M/T | eBPF tracing tool | No | No | ? |