method Performance.now Usage in Deno```typescript import { type Performance } from "node:node__perf_hooks.d.ts"; ``` Performance.now(): number Returns the current high resolution millisecond timestamp, where 0 represents the start of the current `node` process. Return Type number