Files
clawbot/skills/remotion-prompt-video/node_modules/@remotion/renderer/dist/perf.d.ts
T

6 lines
238 B
TypeScript

type PerfId = 'capture' | 'extract-frame' | 'piping';
export declare const startPerfMeasure: (marker: PerfId) => number;
export declare const stopPerfMeasure: (id: number) => void;
export declare const getPerf: () => string[];
export {};