Home
last modified time | relevance | path

Searched refs:monitorEventLoopDelay (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/sequential/
Dtest-performance-eventloopdelay.js7 monitorEventLoopDelay
12 const histogram = monitorEventLoopDelay();
24 () => monitorEventLoopDelay(i),
34 () => monitorEventLoopDelay({ resolution: i }),
44 () => monitorEventLoopDelay({ resolution: i }),
54 const histogram = monitorEventLoopDelay({ resolution: 1 });
/third_party/node/test/parallel/
Dtest-perf-hooks-histogram.js7 monitorEventLoopDelay,
59 const e = monitorEventLoopDelay();
/third_party/node/lib/
Dperf_hooks.js664 function monitorEventLoopDelay(options = {}) { function
682 monitorEventLoopDelay, property
/third_party/node/doc/api/
Dperf_hooks.md670 ## `perf_hooks.monitorEventLoopDelay([options])`
692 const { monitorEventLoopDelay } = require('perf_hooks');
693 const h = monitorEventLoopDelay({ resolution: 20 });