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:
authorAlec Davidson <davidson9076@gmail.com>2020-06-22 20:56:08 +0300
committerMyles Borins <mylesborins@github.com>2020-07-17 00:08:55 +0300
commiteb04ba3080704e76398a293c331b8de09b10a558 (patch)
treea231bc012f617c3a4910feb902fa77ec538677cf /doc/api/tracing.md
parent2ca6a45ba9d38209c342bbd1064e9d2b400e34f0 (diff)
doc: add dynamic source code links
Fixes: https://github.com/nodejs/node/pull/33977 PR-URL: https://github.com/nodejs/node/pull/33996 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
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.