summaryrefslogtreecommitdiff
path: root/doc/guides/diagnostic-tooling-support-tiers.md
diff options
context:
space:
mode:
authorMatheus Marchini <matheus@sthima.com>2018-08-29 13:43:33 -0300
committerAnna Henningsen <anna@addaleax.net>2018-08-31 18:56:12 +0200
commit21e8ce2297b1dfbc20ff40c7d9acfb0cab22dbb5 (patch)
treec8434ec0e8b1e1680407635a55fb6a5092d79395 /doc/guides/diagnostic-tooling-support-tiers.md
parentde67ae6cdfb05f97388e1da4ef0312190966e033 (diff)
downloadandroid-node-v8-21e8ce2297b1dfbc20ff40c7d9acfb0cab22dbb5.tar.gz
android-node-v8-21e8ce2297b1dfbc20ff40c7d9acfb0cab22dbb5.tar.bz2
android-node-v8-21e8ce2297b1dfbc20ff40c7d9acfb0cab22dbb5.zip
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>
Diffstat (limited to 'doc/guides/diagnostic-tooling-support-tiers.md')
-rw-r--r--doc/guides/diagnostic-tooling-support-tiers.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/guides/diagnostic-tooling-support-tiers.md b/doc/guides/diagnostic-tooling-support-tiers.md
index a37593b0b4..6f5e9e1494 100644
--- a/doc/guides/diagnostic-tooling-support-tiers.md
+++ b/doc/guides/diagnostic-tooling-support-tiers.md
@@ -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 | ? | ? |