Scripting Object APItype-aliasesPerfMarkOn this pagePerfMark type PerfMark = { name: string; startTime: number;}; Performance mark Properties name name: string; name of the performance mark startTime startTime: number; start time of the performance mark