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:
authorChin Huang <chhuang@us.ibm.com>2018-05-04 21:26:10 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-05-08 03:23:18 +0300
commit852c4592b14db61f87b3d6b8a8f8588fee09df75 (patch)
tree0a5025f35894471c3666255cd1533dcab274b018 /doc/api/tracing.md
parent975f6c1f7077fd33db95eaeee6ccfa49e4a29348 (diff)
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: https://github.com/nodejs/node/pull/20526 Refs: https://github.com/nodejs/node/pull/19649 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
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.