diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md index c6705e90096d31..09582cea80bb0a 100644 --- a/doc/api/perf_hooks.md +++ b/doc/api/perf_hooks.md @@ -135,16 +135,6 @@ the Performance Timeline or any of the timestamp properties provided by the `PerformanceNodeTiming` class. If the named `endMark` does not exist, an error will be thrown. -### performance.nodeFrame - - -* {PerformanceFrame} - -An instance of the `PerformanceFrame` class that provides performance metrics -for the event loop. - ### performance.nodeTiming - -Provides timing details for the Node.js event loop. - -### performanceNodeFrame.frameCheck - -The high resolution timestamp when `uv_check_t` processing occurred on the -current loop. - -### performanceNodeFrame.frameCount - -The total number of event loop iterations (iterated when `uv_idle_t` -processing occurrs). - -### performanceNodeFrame.frameIdle - -The high resolution timestamp when `uv_idle_t` processing occurred on the -current loop. - -### performanceNodeFrame.framesPerSecond - -The number of event loop iterations per second. - -### performanceNodeFrame.framePrepare - -The high resolution timestamp when `uv_prepare_t` processing occurred on the -current loop. - ## Class: PerformanceNodeTiming extends PerformanceEntry