Skip to content

Commit 4164477

Browse files
PoojaDurgadMylesBorins
authored andcommittedOct 14, 2020
doc: simplify wording in tracing APIs doc
PR-URL: #35556 Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent c865b02 commit 4164477

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎doc/api/tracing.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ string that supports `${rotation}` and `${pid}`:
8080
node --trace-event-categories v8 --trace-event-file-pattern '${pid}-${rotation}.log' server.js
8181
```
8282

83-
Starting with Node.js 10.0.0, the tracing system uses the same time source
84-
as the one used by `process.hrtime()`
85-
however the trace-event timestamps are expressed in microseconds,
83+
The tracing system uses the same time source
84+
as the one used by `process.hrtime()`.
85+
However the trace-event timestamps are expressed in microseconds,
8686
unlike `process.hrtime()` which returns nanoseconds.
8787

8888
The features from this module are not available in [`Worker`][] threads.

0 commit comments

Comments
 (0)
Please sign in to comment.