Skip to content

Commit

Permalink
doc: fixup perf_hooks
Browse files Browse the repository at this point in the history
PR-URL: #35527
Reviewed-By: Shelley Vohr <codebytere@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
aduh95 authored and MylesBorins committed Oct 14, 2020
1 parent 1ad9aca commit 64ebbdd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/api/perf_hooks.md
Expand Up @@ -55,7 +55,9 @@ Performance Timeline. If `name` is provided, removes only the named mark.

### `performance.eventLoopUtilization([utilization1[, utilization2]])`
<!-- YAML
added: v14.10.0
added:
- v14.10.0
- v12.19.0
-->

* `utilization1` {Object} The result of a previous call to
Expand Down Expand Up @@ -345,7 +347,9 @@ initialized.

### `performanceNodeTiming.idleTime`
<!-- YAML
added: v14.10.0
added:
- v14.10.0
- v12.19.0
-->

* {number}
Expand Down

0 comments on commit 64ebbdd

Please sign in to comment.