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