Skip to main content
property PerformanceNodeTiming.prototype.loopStart

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
Back to top