Tagged: Instruments
2 articles tagged with "Instruments"
AllAIActorsAnimationAppleApple IntelligenceArchitectureAsync AwaitAutomationBackground TasksBuild PerformanceCICode QualityCode ReviewCodexCoding AgentsConcurrencyDebuggingDeep LinkingDesign SystemsDeveloper ExperienceDeveloper ToolsEngineeringEngineering CultureEngineering ManagementEngineering WorkflowFeature FlagsFormsFoundation ModelsInstrumentsLaunchMCPMemoryMigrationNavigationNetworkingOSLogObservabilityObservationOfflinePerformanceProductRelease EngineeringReliabilitySendableState ManagementStoreKitStoreKit2SubscriptionsSwiftSwift 6SwiftUISyncTeam PracticesTestingURLSessionUXWorkflowXCTestXcodeiOS
iOSSwiftDebugging
Finding memory leaks in iOS apps without wasting a day in Instruments
Memory leaks are not solved by staring at Instruments until the graph confesses. Start with ownership, reproduce the leak, prove deallocation, then use Instruments for the cases that actually deserve it.
•11 min read
iOSPerformanceLaunch
App launch performance in 2026: first-frame thinking, cold-start budgets, and practical fixes
A practical way to measure iOS cold start and ship improvements: define a first-frame budget, diagnose the common failure modes, and verify changes with repeatable runs.
•6 min read