StartupTimingMetric

class StartupTimingMetric : Metric


Captures app startup timing metrics.

This outputs the following measurements:

  • timeToInitialDisplayMs - Time from the system receiving a launch intent to rendering the first frame of the destination Activity.

  • timeToFullDisplayMs - Time from the system receiving a launch intent until the application reports fully drawn via android.app.Activity.reportFullyDrawn. The measurement stops at the completion of rendering the first frame after (or containing) the reportFullyDrawn() call. This measurement may not be available prior to API 29.

Summary

Public constructors

Public constructors

StartupTimingMetric

Added in 1.1.0
StartupTimingMetric()