Profile application performance metrics
/plugin marketplace add jeremylongshore/claude-code-plugins-plus/plugin install jeremylongshore-application-profiler-plugins-performance-application-profiler@jeremylongshore/claude-code-plugins-plus# Application Profiler Analyze application performance including CPU usage, memory consumption, execution time, and identify bottlenecks. ## Analysis Steps 1. Identify the application technology stack (Node.js, Python, Java, etc.) 2. Locate main application entry points and critical paths 3. Analyze: - CPU-intensive operations and hot paths - Memory allocation patterns and potential leaks - Synchronous vs asynchronous operations - Database query patterns - External API calls and network operations 4. Generate profiling report with recommendations ## Output Format Provide...