summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Vasiyarov <yvasiyarov@ozon.travel>2019-06-18 17:00:29 +0300
committerRich Trott <rtrott@gmail.com>2019-06-21 04:07:54 -0600
commit7334aaf2eaf3ae9a0bca30329bf833bb5f9f84d2 (patch)
treeb5c461a2c6e5e0186f63cab22da93238df3434fd
parent3af27f86b6d7a236ce0c1be55a22b17ee538b78f (diff)
downloadandroid-node-v8-7334aaf2eaf3ae9a0bca30329bf833bb5f9f84d2.tar.gz
android-node-v8-7334aaf2eaf3ae9a0bca30329bf833bb5f9f84d2.tar.bz2
android-node-v8-7334aaf2eaf3ae9a0bca30329bf833bb5f9f84d2.zip
doc: document PerformanceNodeTiming.environment field
PR-URL: https://github.com/nodejs/node/pull/28280 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
-rw-r--r--doc/api/perf_hooks.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md
index 666734cf14..007445ba05 100644
--- a/doc/api/perf_hooks.md
+++ b/doc/api/perf_hooks.md
@@ -219,6 +219,16 @@ The high resolution millisecond timestamp at which the Node.js process
completed bootstrapping. If bootstrapping has not yet finished, the property
has the value of -1.
+### performanceNodeTiming.environment
+<!-- YAML
+added: v8.5.0
+-->
+
+* {number}
+
+The high resolution millisecond timestamp at which the Node.js environment was
+initialized.
+
### performanceNodeTiming.loopExit
<!-- YAML
added: v8.5.0