doc: add history info for global.performance

Refs: https://github.com/nodejs/node/pull/37970

PR-URL: https://github.com/nodejs/node/pull/43841
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Antoine du Hamel 2022-07-17 15:05:35 +02:00 committed by GitHub
parent cbbd91d804
commit 8baf372313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -514,6 +514,10 @@ This variable may appear to be global but is not. See [`module`][].
## `performance`
<!-- YAML
added: v16.0.0
-->
The [`perf_hooks.performance`][] object.
## `process`