# monitor-event-loop-delay **Repository Path**: mirrors_elastic/monitor-event-loop-delay ## Basic Information - **Project Name**: monitor-event-loop-delay - **Description**: Polyfill for perf_hooks.monitorEventLoopDelay(...) - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # monitor-event-loop-delay Provides a polyfill for `perf_hooks.monitorEventLoopDelay(...)` in Node.js core. See the [perf_hooks documentation](https://nodejs.org/api/perf_hooks.html#perf_hooks_perf_hooks_monitoreventloopdelay_options) on the Node.js website for how to use it. ## Installation ```sh npm install monitor-event-loop-delay ``` ## License [MIT](LICENSE)