View Source GoogleApi.ToolResults.V1beta3.Model.AppStartTime (google_api_tool_results v0.34.0)
Attributes
-
fullyDrawnTime
(type:GoogleApi.ToolResults.V1beta3.Model.Duration.t
, default:nil
) - Optional. The time from app start to reaching the developer-reported "fully drawn" time. This is only stored if the app includes a call to Activity.reportFullyDrawn(). See https://developer.android.com/topic/performance/launch-time.html#time-full -
initialDisplayTime
(type:GoogleApi.ToolResults.V1beta3.Model.Duration.t
, default:nil
) - 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
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ToolResults.V1beta3.Model.AppStartTime{ fullyDrawnTime: GoogleApi.ToolResults.V1beta3.Model.Duration.t() | nil, initialDisplayTime: GoogleApi.ToolResults.V1beta3.Model.Duration.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.