From 1b2ffcd33c73b1c423362f6fc68c226630149ad1 Mon Sep 17 00:00:00 2001 From: Matheus Marchini Date: Wed, 29 Aug 2018 13:36:00 -0300 Subject: [PATCH 1/2] doc: update Linux perf test status in our CI We have tests for Linux perf under `test/v8-updates/test-linux-perf.js`, and those tests are run as part of the `node-test-commit-v8-linux` job. --- doc/guides/diagnostic-tooling-support-tiers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/diagnostic-tooling-support-tiers.md b/doc/guides/diagnostic-tooling-support-tiers.md index 96d3a4a20c30c2..a37593b0b45bd7 100644 --- a/doc/guides/diagnostic-tooling-support-tiers.md +++ b/doc/guides/diagnostic-tooling-support-tiers.md @@ -137,7 +137,7 @@ 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 | Linux perf | No | Partial | ? | + | Profiling | Linux perf | Yes | Partial | ? | | Profiling | DTrace | No | Partial | 3 | | Profiling | Windows Xperf | No | ? | ? | | Profiling | 0x | No | No | 4 | From eb4fe447ac7348126e2e473ab5765367e2905383 Mon Sep 17 00:00:00 2001 From: Matheus Marchini Date: Wed, 29 Aug 2018 13:43:33 -0300 Subject: [PATCH 2/2] 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. --- doc/guides/diagnostic-tooling-support-tiers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/guides/diagnostic-tooling-support-tiers.md b/doc/guides/diagnostic-tooling-support-tiers.md index a37593b0b45bd7..6f5e9e1494832e 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 | ? | ? |