---
title: init()
framework: xctest
role: symbol
role_heading: Initializer
path: xctest/xctapplicationlaunchmetric/init()
---

# init()

Initializes a metric that records the time for an app to display its first frame to screen and complete all extended launch tasks.

## Declaration

```swift
init()
```

## Discussion

Discussion If you didn’t start any extended launch tasks using extendLaunchMeasurement(forTaskID:), this metric measures only the time for your app to display its first frame to screen.

## See Also

### Initializers

- [init(waitUntilResponsive:)](xctest/xctapplicationlaunchmetric/init(waituntilresponsive:).md)
