| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -80,9 +80,9 @@ string that supports `${rotation}` and `${pid}`: | |||
| 80 | 80 | node --trace-event-categories v8 --trace-event-file-pattern '${pid}-${rotation}.log' server.js | |
| 81 | 81 | ``` | |
| 82 | 82 | ||
| 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, | ||
| 86 | 86 | unlike `process.hrtime()` which returns nanoseconds. | |
| 87 | 87 | ||
| 88 | 88 | The features from this module are not available in [`Worker`][] threads. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments