diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md index 666734cf14cc62..007445ba056a27 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 + + +* {number} + +The high resolution millisecond timestamp at which the Node.js environment was +initialized. + ### performanceNodeTiming.loopExit