import { performance } from "https://deno.land/std@0.160.0/node/perf_hooks.ts";
type
Omit<Performance, > & { eventLoopUtilization: any; nodeTiming: Record<string, string>; timerify: any; timeOrigin: any; }
| "clearMeasures"
| "getEntries"
| "getEntriesByName"
| "getEntriesByType"