Skip to content

Commit 8e763c9

Browse files
committed
fixup! perf_hooks: move non-standard performance properties to perf_hooks
1 parent 5db9b13 commit 8e763c9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/api/perf_hooks.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ the Resource Timeline. If `name` is provided, removes only the named resource.
120120
added:
121121
- v14.10.0
122122
- v12.19.0
123+
changes:
124+
- version: REPLACEME
125+
pr-url: https://github.com/nodejs/node/pull/60370
126+
description: Added `perf_hooks.eventLoopUtilization` alias.
123127
-->
124128

125129
* `utilization1` {Object} The result of a previous call to
@@ -371,6 +375,9 @@ which the current `node` process began, measured in Unix time.
371375
<!-- YAML
372376
added: v8.5.0
373377
changes:
378+
- version: REPLACEME
379+
pr-url: https://github.com/nodejs/node/pull/60370
380+
description: Added `perf_hooks.timerify` alias.
374381
- version: v16.0.0
375382
pr-url: https://github.com/nodejs/node/pull/37475
376383
description: Added the histogram option.

0 commit comments

Comments
 (0)