Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 992355c

Browse filesBrowse files
PoojaDurgadMylesBorins
authored andcommitted
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 05db4b8 commit 992355c
Copy full SHA for 992355c

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎doc/api/tracing.md‎

Copy file name to clipboardExpand all lines: doc/api/tracing.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.