Nodeperf_hooksPerformanceMarkclass PerformanceMarkextends PerformanceEntry Exposes marks created via the Performance.mark() method. Properties #readonly#duration: 0readonly#entryType: "mark"variable PerformanceMarkPerformanceMark is a global reference for import { PerformanceMark } from 'node:perf_hooks' Type #globalThis extends { onmessage: any; PerformanceMark: infer T; } ? T : _PerformanceMarkSee #https://nodejs.org/docs/latest-v22.x/api/globals.html#performancemark
class PerformanceMarkextends PerformanceEntry Exposes marks created via the Performance.mark() method. Properties #readonly#duration: 0readonly#entryType: "mark"
variable PerformanceMarkPerformanceMark is a global reference for import { PerformanceMark } from 'node:perf_hooks' Type #globalThis extends { onmessage: any; PerformanceMark: infer T; } ? T : _PerformanceMarkSee #https://nodejs.org/docs/latest-v22.x/api/globals.html#performancemark