Skip to content

Commit

Permalink
doc: document PerformanceNodeTiming.environment field
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Vasiyarov committed Jun 19, 2019
1 parent a33c3c6 commit 3cb7665
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/api/perf_hooks.md
Original file line number Diff line number Diff line change
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 3cb7665

Please sign in to comment.