File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,17 @@ a list of comma-separated category names.
1313
1414The available categories are:
1515
16- * ` node `
17- * ` node.async_hooks ` - Enables capture of detailed async_hooks trace data.
16+ * ` node ` - An empty placeholder.
17+ * ` node.async_hooks ` - Enables capture of detailed [ async_hooks] trace data.
18+ The [ async_hooks] events have a unique ` asyncId ` and a special triggerId
19+ ` triggerAsyncId ` property.
1820* ` node.bootstrap ` - Enables capture of Node.js bootstrap milestones.
1921* ` node.perf ` - Enables capture of [ Performance API] measurements.
2022 * ` node.perf.usertiming ` - Enables capture of only Performance API User Timing
2123 measures and marks.
2224 * ` node.perf.timerify ` - Enables capture of only Performance API timerify
2325 measurements.
24- * ` v8 `
26+ * ` v8 ` - The [ V8 ] events are GC, compiling, and execution related.
2527
2628By default the ` node ` , ` node.async_hooks ` , and ` v8 ` categories are enabled.
2729
@@ -193,3 +195,5 @@ console.log(trace_events.getEnabledCategories());
193195```
194196
195197[ Performance API ] : perf_hooks.html
198+ [ V8 ] : v8.html
199+ [ async_hooks ] : async_hooks.html
You can’t perform that action at this time.
0 commit comments