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:
-rw-r--r--doc/api/tracing.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/tracing.md b/doc/api/tracing.md
index 9d1c873a3e8..5c56360319a 100644
--- a/doc/api/tracing.md
+++ b/doc/api/tracing.md
@@ -80,9 +80,9 @@ string that supports `${rotation}` and `${pid}`:
node --trace-event-categories v8 --trace-event-file-pattern '${pid}-${rotation}.log' server.js
```
-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,
+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.
The features from this module are not available in [`Worker`][] threads.