interface
worker_threads.WorkerPerformance
interface WorkerPerformance
This is an alias of
perf_hooks.eventLoopUtilization().This property is an extension by Node.js. It is not available in Web browsers.
@param utilization1The result of a previous call to
eventLoopUtilization().@param utilization2The result of a previous call to
eventLoopUtilization()prior toutilization1.