Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AppStartTime

import type { AppStartTime } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";
interface AppStartTime {
fullyDrawnTime?: Duration;
initialDisplayTime?: Duration;
}

§Properties

§
fullyDrawnTime?: Duration
[src]

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?: Duration
[src]

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