From 03376da7dc96805503e384d89d48958385464640 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 22c351c7779..3ec127ad1cb 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -416,6 +416,10 @@ This variable may appear to be global but is not. See [`module`][]. ## `performance` + + The [`perf_hooks.performance`][] object. ## `process`