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

Usage in Deno

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

When performanceEntry.entryType is equal to 'gc', the performance.flags property contains additional information about garbage collection operation. See perf_hooks.constants for valid values.

Type

number | undefined