Skip to content

Commit 57ac661

Browse files
Yuriy Vasiyarovtargos
Yuriy Vasiyarov
authored andcommitted
doc: document PerformanceNodeTiming.environment field
PR-URL: #28280 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 1f2b8c8 commit 57ac661

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/api/perf_hooks.md

+10
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,16 @@ The high resolution millisecond timestamp at which the Node.js process
219219
completed bootstrapping. If bootstrapping has not yet finished, the property
220220
has the value of -1.
221221

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+
222232
### performanceNodeTiming.loopExit
223233
<!-- YAML
224234
added: v8.5.0

0 commit comments

Comments
 (0)