forked from quic-issues/427e7578-d7bf-49c8-aee9-2dd999e25316
4 lines
327 B
TypeScript
4 lines
327 B
TypeScript
export const measure: (measureName: string, startOrMeasureOptions?: string | PerformanceMeasureOptions, endMark?: string) => PerformanceMeasure;
|
|
export const now: () => DOMHighResTimeStamp;
|
|
export const mark: (markName: string, markOptions?: PerformanceMarkOptions) => PerformanceMark;
|
|
//# sourceMappingURL=performance.d.ts.map
|