Skip to main content
Performance.eventLoopUtilization - node__perf_hooks.d.ts - Node documentation
property Performance.eventLoopUtilization

Usage in Deno

```typescript import { type Performance } from "node:node__perf_hooks.d.ts"; ```
eventLoopUtilization is similar to CPU utilization except that it is calculated using high precision wall-clock time. It represents the percentage of time the event loop has spent outside the event loop's event provider (e.g. epoll_wait). No other CPU idle time is taken into consideration.

Type