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.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/api/tracing.md b/doc/api/tracing.md
index f83e808dc89..7b30672ecce 100644
--- a/doc/api/tracing.md
+++ b/doc/api/tracing.md
@@ -8,14 +8,14 @@ Trace Event provides a mechanism to centralize tracing information generated by
V8, Node.js core, and userspace code.
Tracing can be enabled with the `--trace-event-categories` command-line flag
-or by using the trace_events module. The `--trace-event-categories` flag accepts
-a list of comma-separated category names.
+or by using the `trace_events` module. The `--trace-event-categories` flag
+accepts a list of comma-separated category names.
The available categories are:
* `node` - An empty placeholder.
-* `node.async_hooks` - Enables capture of detailed [async_hooks] trace data.
- The [async_hooks] events have a unique `asyncId` and a special triggerId
+* `node.async_hooks` - Enables capture of detailed [`async_hooks`] trace data.
+ The [`async_hooks`] events have a unique `asyncId` and a special `triggerId`
`triggerAsyncId` property.
* `node.bootstrap` - Enables capture of Node.js bootstrap milestones.
* `node.perf` - Enables capture of [Performance API] measurements.
@@ -196,4 +196,4 @@ console.log(trace_events.getEnabledCategories());
[Performance API]: perf_hooks.html
[V8]: v8.html
-[async_hooks]: async_hooks.html
+[`async_hooks`]: async_hooks.html