From 8baf372313a435722783e248ec7a02f02de3f332 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sun, 17 Jul 2022 15:05:35 +0200 Subject: [PATCH] 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 Reviewed-By: Luigi Pinca --- doc/api/globals.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/api/globals.md b/doc/api/globals.md index 82e91167b2fb34..84ed94a1e5eca0 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` + + The [`perf_hooks.performance`][] object. ## `process`