Lines Matching full:capture
19 * `node.async_hooks`: Enables capture of detailed [`async_hooks`][] trace data.
22 * `node.bootstrap`: Enables capture of Node.js bootstrap milestones.
23 * `node.console`: Enables capture of `console.time()` and `console.count()`
25 * `node.threadpoolwork.sync`: Enables capture of trace data for threadpool
27 * `node.threadpoolwork.async`: Enables capture of trace data for threadpool
29 * `node.dns.native`: Enables capture of trace data for DNS queries.
30 * `node.net.native`: Enables capture of trace data for network.
31 * `node.environment`: Enables capture of Node.js Environment milestones.
32 * `node.fs.sync`: Enables capture of trace data for file system sync methods.
33 * `node.fs_dir.sync`: Enables capture of trace data for file system sync
35 * `node.fs.async`: Enables capture of trace data for file system async methods.
36 * `node.fs_dir.async`: Enables capture of trace data for file system async
38 * `node.perf`: Enables capture of [Performance API][] measurements.
39 * `node.perf.usertiming`: Enables capture of only Performance API User Timing
41 * `node.perf.timerify`: Enables capture of only Performance API timerify
43 * `node.promises.rejections`: Enables capture of trace data tracking the number
45 * `node.vm.script`: Enables capture of trace data for the `node:vm` module's
48 * `node.http`: Enables capture of trace data for http request / response.
74 tracing.enable(); // Enable trace event capture for the 'node.perf' category
78 tracing.disable(); // Disable trace event capture for the 'node.perf' category