Skip to content

Commit 56f73a1

Browse files
Matheus Marchinitargos
Matheus Marchini
authored andcommitted
doc: add profiling APIs to the diagnostics support document
Add V8 CodeEventHandler and --interpreted-frames-native-stack to our diagnostics tiers of support document as Unclassified APIs. PR-URL: #22588 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 6f0e83e commit 56f73a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ The tools are currently assigned to Tiers as follows:
137137
| Tracing | ETW | No | Partial | 3 |
138138
| Tracing | Systemtap | No | Partial | ? |
139139
| Profiling | V8 CPU profiler (--prof) | No | Yes | 1 |
140+
| Profiling | V8 CodeEventHandler API | No | Yes | ? |
141+
| Profiling | V8 --interpreted-frames-native-stack | Yes | Yes | ? |
140142
| Profiling | Linux perf | Yes | Partial | ? |
141143
| Profiling | DTrace | No | Partial | 3 |
142144
| Profiling | Windows Xperf | No | ? | ? |

0 commit comments

Comments
 (0)