Skip to content

Commit ff4928f

Browse files
PoojaDurgadTrott
authored andcommitted
doc: simplify wording in tracing APIs doc
PR-URL: #35556 Reviewed-By: Harshitha K P <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 91f0544 commit ff4928f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/tracing.md

Lines changed: 3 additions & 3 deletions
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)