Measure App Launch Time with Instruments
Take the following steps to measure your app’s launch time with Instruments:
- Press Cmd-I or choose Product > Profile to profile your app.
- Select the App Launch template when Instruments launches.
- Click the Choose button.
- Click the Record button to start profiling.
- Select the item with the name of your app from the timeline pane.
- Press Cmd-4 to open the App Lifecycle section.

The App Lifecycle section lists the app’s launch steps and how long each step took.
Do you want to learn more about Instruments?
I wrote a book, Profiling Swift Apps, that shows you how to use Instruments to find and fix problems in your code. The book will help you make apps that run faster and use less memory. You can learn more about the book and download a sample at the following link: