Skip to content

Commit

Permalink
doc: document PerformanceNodeTiming.environment field
Browse files Browse the repository at this point in the history
PR-URL: #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>
  • Loading branch information
Yuriy Vasiyarov authored and Trott committed Jun 21, 2019
1 parent 3af27f8 commit 7334aaf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/api/perf_hooks.md
Expand Up @@ -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
Expand Down

0 comments on commit 7334aaf

Please sign in to comment.