Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: minor fix
  • Loading branch information
indutny committed Mar 1, 2020
commit 31da304ab1cb2cc2164115fe6b94399bf29837fd
2 changes: 1 addition & 1 deletion doc/api/perf_hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ changes:
Creates a `Histogram` object that samples and reports the event loop delay
over time. The delays will be reported in nanoseconds.

When `resolution` is zero precise time difference between IO poll end and IO
When `resolution` is zero a precise time difference between IO poll end and IO
poll start is entered into the histogram on every event-loop iteration. During
standby (i.e., no event-loop activity) - no data is added to the histogram.
Comment thread
indutny marked this conversation as resolved.
Outdated

Expand Down