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:
authorYuta Hiroto <git@about-hiroppy.com>2018-03-04 16:46:49 +0300
committerLeko <leko.noor@gmail.com>2018-03-05 18:46:30 +0300
commit35c7238bb793ee6c6aa9f5f4f3577e94ea2b9837 (patch)
treeed7dd64b71ba39d8e7cfd015f5cdc3ce2fb50391 /doc/api/tracing.md
parent3ed363cb36a9fb686956c0b8b2953ff08a6f0ee8 (diff)
doc: replace to Node.js
PR-URL: https://github.com/nodejs/node/pull/19056 Reviewed-By: Matheus Marchini <matheus@sthima.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
Diffstat (limited to 'doc/api/tracing.md')
-rw-r--r--doc/api/tracing.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/api/tracing.md b/doc/api/tracing.md
index 4e161faf9cd..ef58eb72bac 100644
--- a/doc/api/tracing.md
+++ b/doc/api/tracing.md
@@ -3,7 +3,7 @@
<!--introduced_in=v7.7.0-->
Trace Event provides a mechanism to centralize tracing information generated by
-V8, Node core, and userspace code.
+V8, Node.js core, and userspace code.
Tracing can be enabled by passing the `--trace-events-enabled` flag when
starting a Node.js application.
@@ -42,8 +42,9 @@ string that supports `${rotation}` and `${pid}`. For example:
node --trace-events-enabled --trace-event-file-pattern '${pid}-${rotation}.log' server.js
```
-Starting with Node 10.0.0, the tracing system uses the same time source as the
-one used by `process.hrtime()` however the trace-event timestamps are expressed
-in microseconds, unlike `process.hrtime()` which returns nanoseconds.
+Starting with Node.js 10.0.0, the tracing system uses the same time source
+as the one used by `process.hrtime()`
+however the trace-event timestamps are expressed in microseconds,
+unlike `process.hrtime()` which returns nanoseconds.
[Performance API]: perf_hooks.html