class PerformanceMark
extends PerformanceEntry
Exposes marks created via the Performance.mark() method.
Properties Jump to heading
readonly
Jump to headingduration: 0readonly
Jump to headingentryType: "mark"Exposes marks created via the Performance.mark() method.
Jump to headingduration: 0Jump to headingentryType: "mark"PerformanceMark is a global reference for import { PerformanceMark } from 'node:perf_hooks'
globalThis extends { onmessage: any; PerformanceMark: infer T; } ? T : _PerformanceMark