property PerformanceNodeTiming.prototype.loopStart Usage in Denoimport { PerformanceNodeTiming } from "node:perf_hooks"; The high resolution millisecond timestamp at which the Node.js event loop started. If the event loop has not yet started (e.g., in the first tick of the main script), the property has the value of -1. Type number