---
title: XCTApplicationLaunchMetric
framework: xctest
role: symbol
role_heading: Class
path: xctest/xctapplicationlaunchmetric
---

# XCTApplicationLaunchMetric

A metric to record the application launch duration for a performance test.

## Declaration

```swift
class XCTApplicationLaunchMetric
```

## Topics

### Initializers

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

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [XCTMetric](xctest/xctmetric.md)

## See Also

### Measurement Metrics

- [XCTMetric](xctest/xctmetric.md)
- [XCTCPUMetric](xctest/xctcpumetric.md)
- [XCTClockMetric](xctest/xctclockmetric.md)
- [XCTHitchMetric](xctest/xcthitchmetric.md)
- [XCTMemoryMetric](xctest/xctmemorymetric.md)
- [XCTOSSignpostMetric](xctest/xctossignpostmetric.md)
- [XCTStorageMetric](xctest/xctstoragemetric.md)
