Skip to main content
Performance.timeOrigin - perf_hooks - Node documentation
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.

Type

number