UNPKG

@tachui/devtools

Version:

Development & debugging tools for tachUI framework

21 lines 614 B
/** * Performance Profiling System * * Provides runtime performance monitoring, component render profiling, * memory usage tracking, and bundle size analysis. */ export declare const PerformanceProfiler: { initialize: (config: any) => void; }; export declare const RenderProfiler: { wrap: (component: any, _config: any) => any; }; export declare const MemoryProfiler: { startMonitoring: (config: any) => void; }; export declare const BundleAnalyzer: { analyze: () => void; }; export * from './performance-optimizer'; export * from './production-monitoring'; //# sourceMappingURL=index.d.ts.map