PerformanceNodeTiming.prototype.bootstrapComplete - Node documentation
property PerformanceNodeTiming.prototype.bootstrapComplete

Usage in Deno

import { PerformanceNodeTiming } from "node:perf_hooks";

The high resolution millisecond timestamp at which the Node.js process completed bootstrapping. If bootstrapping has not yet finished, the property has the value of -1.

Type

number