We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2b8c8 commit 57ac661Copy full SHA for 57ac661
doc/api/perf_hooks.md
@@ -219,6 +219,16 @@ The high resolution millisecond timestamp at which the Node.js process
219
completed bootstrapping. If bootstrapping has not yet finished, the property
220
has the value of -1.
221
222
+### performanceNodeTiming.environment
223
+<!-- YAML
224
+added: v8.5.0
225
+-->
226
+
227
+* {number}
228
229
+The high resolution millisecond timestamp at which the Node.js environment was
230
+initialized.
231
232
### performanceNodeTiming.loopExit
233
<!-- YAML
234
added: v8.5.0
0 commit comments