Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/tracing.md')
-rw-r--r--doc/api/tracing.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/tracing.md b/doc/api/tracing.md
index 7b30672ecce..228d3a66784 100644
--- a/doc/api/tracing.md
+++ b/doc/api/tracing.md
@@ -23,6 +23,7 @@ The available categories are:
measures and marks.
* `node.perf.timerify` - Enables capture of only Performance API timerify
measurements.
+* `node.fs.sync` - Enables capture of trace data for file system sync methods.
* `v8` - The [V8] events are GC, compiling, and execution related.
By default the `node`, `node.async_hooks`, and `v8` categories are enabled.