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.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/tracing.md b/doc/api/tracing.md
index 907fc2bbe23..9350e0b9ca9 100644
--- a/doc/api/tracing.md
+++ b/doc/api/tracing.md
@@ -4,6 +4,8 @@
> Stability: 1 - Experimental
+<!-- source_link=lib/trace_events.js -->
+
The `trace_events` module provides a mechanism to centralize tracing information
generated by V8, Node.js core, and userspace code.