Skip to main content
performance - perf_hooks - Node documentation
variable performance

Usage in Deno

import { performance } from "node:perf_hooks";

performance is a global reference for import { performance } from 'node:perf_hooks'

Type

globalThis extends { onmessage: any; performance: infer T; } ? T : _performance

See