From 21e8ce2297b1dfbc20ff40c7d9acfb0cab22dbb5 Mon Sep 17 00:00:00 2001 From: Matheus Marchini Date: Wed, 29 Aug 2018 13:43:33 -0300 Subject: 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 Reviewed-By: Matteo Collina Reviewed-By: Colin Ihrig Reviewed-By: Ruben Bridgewater --- doc/guides/diagnostic-tooling-support-tiers.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/guides/diagnostic-tooling-support-tiers.md') 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 | ? | ? | -- cgit v1.2.3