Skip to main content
Performance.now - perf_hooks - Node documentation
method Performance.now

Usage in Deno

import { type Performance } from "node:perf_hooks";
Performance.now(): number

Returns the current high resolution millisecond timestamp, where 0 represents the start of the current node process.

Return Type

number