method Performance.now Usage in Denoimport { 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