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: https://github.com/nodejs/node/pull/22588
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This commit is contained in:
Matheus Marchini 2018-08-29 13:43:33 -03:00 committed by Anna Henningsen
parent de67ae6cdf
commit 21e8ce2297
No known key found for this signature in database
GPG Key ID: 9C63F3A6CD2AD8F9

View File

@ -137,6 +137,8 @@ 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 | V8 CodeEventHandler API | No | Yes | ? |
| Profiling | V8 --interpreted-frames-native-stack | Yes | Yes | ? |
| Profiling | Linux perf | Yes | Partial | ? |
| Profiling | DTrace | No | Partial | 3 |
| Profiling | Windows Xperf | No | ? | ? |