Skip to content

Commit 0aca527

Browse files
jkremstargos
authored andcommitted
doc: mention unit for event loop delay measurements
PR-URL: #28629 Reviewed-By: Ben Coe <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent ac9908f commit 0aca527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/perf_hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ added: v11.10.0
419419
* Returns: {Histogram}
420420

421421
Creates a `Histogram` object that samples and reports the event loop delay
422-
over time.
422+
over time. The delays will be reported in nanoseconds.
423423

424424
Using a timer to detect approximate event loop delay works because the
425425
execution of timers is tied specifically to the lifecycle of the libuv

0 commit comments

Comments
 (0)