Đang tải…
Đang tải…
Use PROACTIVELY to analyze game performance bottlenecks and generate optimization recommendations across multiple platforms
npx claude-code-templates@latest --command game-development/game-performance-profilerAnalyze game performance and generate optimization recommendations: $ARGUMENTS
find . -name "*.pbxproj" -o -name "*.gradle" -o -name "*.vcxproj" | head -3find . -name "*.meta" -o -name "*.asset" | wc -l game assetsgrep -r "BuildTarget\|Platform" . 2>/dev/null | wc -l platform configurationsfind . -name "*profile*" -o -name "*perf*" | head -5Create comprehensive performance analysis with automated bottleneck detection, optimization suggestions, and platform-specific recommendations for game development projects.
Performance Audit Report
Optimization Recommendations
Monitoring Setup
Testing Strategy
Follow game engine best practices and target platform requirements. Generate actionable recommendations with clear implementation steps and expected performance improvements.