property PerformanceEntry.prototype.duration Usage in Deno```typescript import { PerformanceEntry } from "node:node__perf_hooks.d.ts"; ``` The total number of milliseconds elapsed for this entry. This value will not be meaningful for all Performance Entry types. Type number