diff options
-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` |