interface
perf_hooks.NodeGCPerformanceDetail
interface NodeGCPerformanceDetail
- readonly flags: number
When
performanceEntry.entryTypeis equal to 'gc', theperformance.flagsproperty contains additional information about garbage collection operation. See perf_hooks.constants for valid values. - readonly kind: number
When
performanceEntry.entryTypeis equal to 'gc', theperformance.kindproperty identifies the type of garbage collection operation that occurred. See perf_hooks.constants for valid values.