PerformanceNodeTiming.prototype.loopExit - Node documentation
property PerformanceNodeTiming.prototype.loopExit

Usage in Deno

import { PerformanceNodeTiming } from "node:perf_hooks";

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