From 6f0e83ee03352ac94e13e71bb865ee4a8e81c4a8 Mon Sep 17 00:00:00 2001 From: Matheus Marchini Date: Wed, 29 Aug 2018 13:36:00 -0300 Subject: [PATCH] doc: update Linux perf test status in our CI We have tests for Linux perf under `test/v8-updates/test-linux-perf.js`, and those tests are run as part of the `node-test-commit-v8-linux` job. PR-URL: https://github.com/nodejs/node/pull/22588 Reviewed-By: Gireesh Punathil Reviewed-By: Matteo Collina Reviewed-By: Colin Ihrig Reviewed-By: Ruben Bridgewater --- doc/guides/diagnostic-tooling-support-tiers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/diagnostic-tooling-support-tiers.md b/doc/guides/diagnostic-tooling-support-tiers.md index 96d3a4a20c30c2..a37593b0b45bd7 100644 --- a/doc/guides/diagnostic-tooling-support-tiers.md +++ b/doc/guides/diagnostic-tooling-support-tiers.md @@ -137,7 +137,7 @@ The tools are currently assigned to Tiers as follows: | Tracing | ETW | No | Partial | 3 | | Tracing | Systemtap | No | Partial | ? | | Profiling | V8 CPU profiler (--prof) | No | Yes | 1 | - | Profiling | Linux perf | No | Partial | ? | + | Profiling | Linux perf | Yes | Partial | ? | | Profiling | DTrace | No | Partial | 3 | | Profiling | Windows Xperf | No | ? | ? | | Profiling | 0x | No | No | 4 |