Skip to content

Commit 9211def

Browse files
chinhuang007MylesBorins
authored andcommitted
doc: add trace category for fs sync methods
Add the trace category for file system synchronous methods to documentation so the users can enable it when they want to look into file system sync method trace data. PR-URL: #20526 Refs: #19649 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 3191f30 commit 9211def

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/api/tracing.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The available categories are:
2323
measures and marks.
2424
* `node.perf.timerify` - Enables capture of only Performance API timerify
2525
measurements.
26+
* `node.fs.sync` - Enables capture of trace data for file system sync methods.
2627
* `v8` - The [V8] events are GC, compiling, and execution related.
2728

2829
By default the `node`, `node.async_hooks`, and `v8` categories are enabled.

0 commit comments

Comments
 (0)