performance-profiling
Installation
SKILL.md
Performance Profiling Skill
Comprehensive guide to iOS performance analysis and optimization
Overview
Performance profiling is the systematic analysis of an iOS app's runtime behavior to identify bottlenecks, memory issues, network inefficiencies, and energy consumption patterns. This Skill guides you through using Instruments templates, interpreting profiling data, and applying optimization strategies.
Key Tools:
- Instruments (Xcode's profiling suite)
- xcodebuild for profiling builds
- Performance metrics analysis
- Memory graph debugging
When to Use This Skill
Use performance profiling when: