Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.23 KB

AppLaunchProfiling.md

File metadata and controls

21 lines (11 loc) · 1.23 KB

App Launch Profiling

Detox Instruments allows profiling your app's launch by starting a recording very early on for a set amount of time. This gives you the opportunity to inspect your app's behavior during launch, something that is not easily possible using normal profiling.

You can configure the duration of app launch profiling in the profiling preferences. For more information, see Profiling Preferences.

To initiate app launch profiling, during app discovery select the App Launch option from the pop up button.

App Launch Profiling

Detox Instruments will wait for your app to launch. Your app will notify you that you need to terminate it. Tap the Terminate button and launch your app again.

App Launch Waiting

Once your app launches, Detox Instruments will start the recording phase for the duration configured in profiling preferences.

App Launch Recording

Once recording is finished, Detox Instruments will display the collected data.

Document