property Performance.timeOrigin
Usage in Deno
import { type Performance } from "node:perf_hooks";
The timeOrigin specifies the high resolution millisecond timestamp
at which the current node process began, measured in Unix time.
number