profile: {
profiler: {
disable: () => void;
enable: () => void;
printTimings: () => void;
registerEndTiming: (name: string, timestamp?: number) => any;
registerStartTiming: (name: string, timestamp?: number) => any;
};
} = ...
Type Declaration
profiler: {
disable: () => void;
enable: () => void;
printTimings: () => void;
registerEndTiming: (name: string, timestamp?: number) => any;
registerStartTiming: (name: string, timestamp?: number) => any;
}
disable: () => void
enable: () => void
printTimings: () => void
registerEndTiming: (name: string, timestamp?: number) => any
registerStartTiming: (name: string, timestamp?: number) => any
Pubilc members of the bundled library.