<!--
{
  "documentType" : "article",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/Performance-analysis",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Performance analysis"
}
-->

# Performance analysis

Measure and improve your app’s responsiveness.

## Overview

Use Instruments to detect hangs and hitches in your app, and to analyze long view body updates and frequently occurring SwiftUI updates that can contribute to hangs and hitches.

## Topics

### Essentials

  <doc://com.apple.documentation/documentation/Xcode/understanding-user-interface-responsiveness>

  <doc://com.apple.documentation/documentation/Xcode/understanding-hangs-in-your-app>

  <doc://com.apple.documentation/documentation/Xcode/understanding-hitches-in-your-app>

### Analyzing SwiftUI performance

  <doc://com.apple.documentation/documentation/Xcode/understanding-and-improving-swiftui-performance>



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)