monitor-event-loop-delay
Version:
Polyfill for perf_hooks.monitorEventLoopDelay(...)
16 lines (9 loc) • 372 B
Markdown
# 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)