diff options
author | Antoine du Hamel <duhamelantoine1995@gmail.com> | 2022-07-17 15:05:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-17 14:05:35 +0100 |
commit | 8baf372313a435722783e248ec7a02f02de3f332 (patch) | |
tree | 8f2cf1e06ff151f85b57df657b24eaf9a1d5517f /doc | |
parent | cbbd91d8045e1774dc7bf15abe77f06e17643371 (diff) | |
download | node-new-8baf372313a435722783e248ec7a02f02de3f332.tar.gz |
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/globals.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/globals.md b/doc/api/globals.md index 82e91167b2..84ed94a1e5 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -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` |