UNPKG

mira-consciousness

Version:

Memory & Intelligence Retention Archive - Preserving The Spark

21 lines 672 B
/** * Performance Analyzer - Main Orchestrator * Coordinates all performance analysis modules */ import { PerformanceResult } from './types.js'; export declare class PerformanceAnalyzer { private projectRoot; constructor(projectRoot: string); private withTimeout; analyze(): Promise<PerformanceResult>; private runFileSystemAnalysis; private runMemoryLeakDetection; private runBundleAnalysis; private runComplexityAnalysis; private runCachingAnalysis; private runMemorySystemAnalysis; private identifyBottlenecks; private calculateScore; private sortIssuesByImpact; } //# sourceMappingURL=PerformanceAnalyzer.d.ts.map