UNPKG

@awayfl/avm2

Version:

Virtual machine for executing AS3 code

23 lines 617 B
interface ICompilerStat { runs: number; drops: number; minCompileTime: number; maxCompileTime: number; totalCompileTime: number; maxCompilerBatchTime: number; overhead: number; } export declare class Stat { static TASK_DELAY: number; static readonly statRecords: ICompilerStat; private static _firstCompilerRun; private static _lastCompilerStop; private static _taskBathTime; private static _currentTask; static begin(name: string): void; static drop(): void; static end(): void; static reset(): void; } export {}; //# sourceMappingURL=Stat.d.ts.map