Skip to main content

PerfMark

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