TimeToFirstDrawMetric
A metric that measures time to first draw durations for app launches.
Declaration
struct TimeToFirstDrawMetricDiscussion
This metric corresponds to the MetricResult.timeToFirstDraw(_:) case. It appears only in intervalEntries and is not included in state entries.
The measurement ends at the first Core Animation commit, which corresponds to the moment the first rendered frame is submitted to the display pipeline.
This type replaces the histogrammedTimeToFirstDraw property of MXAppLaunchMetric.