Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Krems <jan.krems@gmail.com>2019-07-10 23:20:43 +0300
committerAnna Henningsen <anna@addaleax.net>2019-07-11 23:08:59 +0300
commitca0884a60b2fc828b6ca35e9b46e6979d9024146 (patch)
tree49d8c74909ee7657154d7a26de3805ed0e4cc91b /doc/api/perf_hooks.md
parentbf46c2cecba564e4c4183bfb51c51f474658bbf0 (diff)
doc: mention unit for event loop delay measurements
PR-URL: https://github.com/nodejs/node/pull/28629 Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc/api/perf_hooks.md')
-rw-r--r--doc/api/perf_hooks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md
index 007445ba056..ce72ba680ae 100644
--- a/doc/api/perf_hooks.md
+++ b/doc/api/perf_hooks.md
@@ -419,7 +419,7 @@ added: v11.10.0
* Returns: {Histogram}
Creates a `Histogram` object that samples and reports the event loop delay
-over time.
+over time. The delays will be reported in nanoseconds.
Using a timer to detect approximate event loop delay works because the
execution of timers is tied specifically to the lifecycle of the libuv