From 852c4592b14db61f87b3d6b8a8f8588fee09df75 Mon Sep 17 00:00:00 2001 From: Chin Huang Date: Fri, 4 May 2018 11:26:10 -0700 Subject: 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 Reviewed-By: Ali Ijaz Sheikh Reviewed-By: Trivikram Kamat Reviewed-By: Ruben Bridgewater Reviewed-By: Colin Ihrig --- doc/api/tracing.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/api/tracing.md') 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. -- cgit v1.2.3