---
title: histogrammedExtendedLaunch
framework: metrickit
role: symbol
role_heading: Instance Property
path: metrickit/mxapplaunchmetric/histogrammedextendedlaunch
---

# histogrammedExtendedLaunch

A histogram of the different amounts of time taken to launch the app, including the extended launch tasks.

## Declaration

```swift
var histogrammedExtendedLaunch: MXHistogram<UnitDuration> { get }
```

## See Also

### Viewing app launch and resume time

- [histogrammedOptimizedTimeToFirstDraw](metrickit/mxapplaunchmetric/histogrammedoptimizedtimetofirstdraw.md)
- [histogrammedTimeToFirstDraw](metrickit/mxapplaunchmetric/histogrammedtimetofirstdraw.md)
- [histogrammedApplicationResumeTime](metrickit/mxapplaunchmetric/histogrammedapplicationresumetime.md)
