summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJan Krems <jan.krems@gmail.com>2019-07-10 13:20:43 -0700
committerMichaƫl Zasso <targos@protonmail.com>2019-07-20 11:05:25 +0200
commit0aca52726397e5b503f70949eec867c06720a66f (patch)
tree462c2ebf178fcb4c24ed2c47c6923c36618f7343 /doc
parentac9908fe3710d0c00c4f72bff92e4717fa2f0f6c (diff)
downloadandroid-node-v8-0aca52726397e5b503f70949eec867c06720a66f.tar.gz
android-node-v8-0aca52726397e5b503f70949eec867c06720a66f.tar.bz2
android-node-v8-0aca52726397e5b503f70949eec867c06720a66f.zip
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')
-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 007445ba05..ce72ba680a 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