Skip to main content
NodeGCPerformanceDetail.kind - Node documentation
property NodeGCPerformanceDetail.kind

Usage in Deno

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

When performanceEntry.entryType is equal to 'gc', the performance.kind property identifies the type of garbage collection operation that occurred. See perf_hooks.constants for valid values.

Type

number | undefined