initialDisplayTime property

Duration? initialDisplayTime
getter/setter pair

The time from app start to the first displayed activity being drawn, as reported in Logcat.

See https://developer.android.com/topic/performance/launch-time.html#time-initial

Implementation

Duration? initialDisplayTime;