From 64ebbddb5f88fc238034edacde9696624348e4fb Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 6 Oct 2020 23:14:08 +0200 Subject: [PATCH] doc: fixup perf_hooks PR-URL: https://github.com/nodejs/node/pull/35527 Reviewed-By: Shelley Vohr Reviewed-By: Trivikram Kamat --- doc/api/perf_hooks.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md index 6b14a23c474a26..ac7934d81d5f24 100644 --- a/doc/api/perf_hooks.md +++ b/doc/api/perf_hooks.md @@ -55,7 +55,9 @@ Performance Timeline. If `name` is provided, removes only the named mark. ### `performance.eventLoopUtilization([utilization1[, utilization2]])` * `utilization1` {Object} The result of a previous call to @@ -345,7 +347,9 @@ initialized. ### `performanceNodeTiming.idleTime` * {number}