Skip to main content
PerformanceNodeTiming.prototype.loopExit - node__perf_hooks.d.ts - Node documentation
property PerformanceNodeTiming.prototype.loopExit

Usage in Deno

```typescript import { PerformanceNodeTiming } from "node:node__perf_hooks.d.ts"; ```
The high resolution millisecond timestamp at which the Node.js event loop exited. If the event loop has not yet exited, the property has the value of -1\. It can only have a value of not -1 in a handler of the `'exit'` event.

Type

number