Skip to content

Commit

Permalink
doc: add profiling APIs to the diagnostics support document
Browse files Browse the repository at this point in the history
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 <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>
  • Loading branch information
Matheus Marchini authored and targos committed Sep 3, 2018
1 parent 6f0e83e commit 56f73a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/guides/diagnostic-tooling-support-tiers.md
Expand Up @@ -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 | ? | ? |
Expand Down

0 comments on commit 56f73a1

Please sign in to comment.