• EnglishEspañol日本語한국어Português
  • Log inStart now

Configure app launch times

Important

This feature is supported in iOS agent version 7.4.0 and higher. App launch times are not reported when using simulators or during debugging.

With the iOS agent, you can report app launch time, also known as "cold time" and "hot time" (warm and prewarmed times are not reported). By default, app launch times are collected with the feature flag NRFeatureFlag_AppStartMetrics.

View app launch time

Your app launch time is reported with the metrics AppLaunch/Cold and AppLaunch/Hot. To track these launch time metrics:

  1. Go to one.newrelic.com > All capabilities > Capabilities > Query builder.
  2. Run a NRQL query, such as:
    SELECT average(newrelic.timeslice.value ) AS 'AppLaunch/Cold' FROM Metric WHERE metricTimesliceName = 'AppLaunch/Cold' AND entity.guid = 'YOUR_APP_TOKEN' SINCE 1664218800000 UNTIL 1664220600000 TIMESERIES
  3. Click Add to dashboard and either add it to an existing dashboard or create a new one.

If no data appears, review your logcat output for errors.

Copyright © 2024 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.