Nodeperf_hooksPerformanceMeasureclass PerformanceMeasureextends PerformanceEntry Exposes measures created via the Performance.measure() method. The constructor of this class is not exposed to users directly. Properties #readonly#entryType: "measure"variable PerformanceMeasurePerformanceMeasure is a global reference for import { PerformanceMeasure } from 'node:perf_hooks' Type #globalThis extends { onmessage: any; PerformanceMeasure: infer T; } ? T : _PerformanceMeasureSee #https://nodejs.org/docs/latest-v22.x/api/globals.html#performancemeasure
class PerformanceMeasureextends PerformanceEntry Exposes measures created via the Performance.measure() method. The constructor of this class is not exposed to users directly. Properties #readonly#entryType: "measure"
variable PerformanceMeasurePerformanceMeasure is a global reference for import { PerformanceMeasure } from 'node:perf_hooks' Type #globalThis extends { onmessage: any; PerformanceMeasure: infer T; } ? T : _PerformanceMeasureSee #https://nodejs.org/docs/latest-v22.x/api/globals.html#performancemeasure