Performance.getEntriesByType - Node documentation
method Performance.getEntriesByType

Usage

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

Returns a list of PerformanceEntry objects in chronological order with respect to performanceEntry.startTime whose performanceEntry.entryType is equal to type.

Parameters

type: EntryType

Return Type