Skip to content

Commit 818db40

Browse files
mmarchinitargos
authored andcommitted
doc: move perf tools and APIs to Tier 3
V8 CodeEventHandler, V8 CpuProfiler, Linux perf and the `--interpreted-frames-native-stack`, `--prof` and `--prof-process` flags satisfies our Diagnostics Support requirements for Tier 3. V8 CodeEventHandler and CpuProfiler are tested as part of our V8 CI, and `Linux perf` / `--interpreted-frames-native-stack` are tested by `test/v8-updates/test-linux-perf.js`. `--prof` and `--prof-process` are tested in Node.js test suite. PR-URL: #22915 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent d22ee2c commit 818db40

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/guides/diagnostic-tooling-support-tiers.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,13 @@ The tools are currently assigned to Tiers as follows:
106106

107107
## Tier 3
108108

109-
| Tool Type | Tool/API Name | Regular Testing in Node.js CI | Integrated with Node.js | Target Tier |
110-
|-----------|---------------------------|-------------------------------|-------------------------|-------------|
111-
| | | | | |
109+
| Tool Type | Tool/API Name | Regular Testing in Node.js CI | Integrated with Node.js | Target Tier |
110+
|-----------|--------------------------------------|-------------------------------|-------------------------|-------------|
111+
| Profiling | V8 CPU profiler | Partial (V8 Tests) | Yes | 1 |
112+
| Profiling | --prof/--prof-process flags | Yes | Yes | 1 |
113+
| Profiling | V8 CodeEventHandler API | Partial (V8 Tests) | Yes | 2 |
114+
| Profiling | V8 --interpreted-frames-native-stack | Yes | Yes | 2 |
115+
| Profiling | Linux perf | Yes | Partial | 2 |
112116

113117
## Tier 4
114118

@@ -136,10 +140,6 @@ The tools are currently assigned to Tiers as follows:
136140
| Tracing | LTTng | No | Removed? | N/A |
137141
| Tracing | ETW | No | Partial | 3 |
138142
| Tracing | Systemtap | No | Partial | ? |
139-
| Profiling | V8 CPU profiler (--prof) | No | Yes | 1 |
140-
| Profiling | V8 CodeEventHandler API | No | Yes | ? |
141-
| Profiling | V8 --interpreted-frames-native-stack | Yes | Yes | ? |
142-
| Profiling | Linux perf | Yes | Partial | ? |
143143
| Profiling | DTrace | No | Partial | 3 |
144144
| Profiling | Windows Xperf | No | ? | ? |
145145
| Profiling | 0x | No | No | 4 |

0 commit comments

Comments
 (0)