Skip to main content
Performance.nodeTiming - perf_hooks - Node documentation
property Performance.nodeTiming

Usage in Deno

import { type Performance } from "node:perf_hooks";

This property is an extension by Node.js. It is not available in Web browsers.

An instance of the PerformanceNodeTiming class that provides performance metrics for specific Node.js operational milestones.

Type

Back to top