Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content
The Vega App Key Performance Indicator (KPI) Visualizer measures key performance metrics for your app. These metrics include launch times, memory usage, UI fluidity, video fluidity, and responsiveness. Use it to monitor and optimize your app’s user experience. By regularly tracking these KPIs, you can verify that your app delivers a smooth, responsive experience. Before you publish your app to the App Store, measure the performance of the release variant. Understanding fluidity and responsiveness:
  • Responsiveness measures how quickly your app reacts when users interact with it. Users expect no noticeable delay between pressing a button and seeing the UI update.
  • Fluidity (also called “smoothness”) measures how smoothly animations, scrolling, and video playback render, free from stutters, jank, or dropped frames.
This page explains how to:
  • Use the KPI Visualizer
  • Measure and understand your app’s key performance metrics
  • Set up measurements
  • Interpret results

Prerequisites

Before you use the Vega App KPI Visualizer:
  1. Install the Vega Performance API module:
  2. Read the following sections:
  3. To measure foreground memory, video fluidity, or UI fluidity, follow the instructions in Measure Fluidity and Foreground Memory.
  4. Choose your measurement method:

App KPI metrics and guidelines

The following table presents both main KPIs and their associated Micro KPIs. Main KPIs measure overall performance metrics, while Micro KPIs represent specific measurable components that contribute to a main KPI. For example, Application JavaScript bundle load time is a Micro KPI that contributes to the overall time-to-fully-drawn (TTFD) KPI. Empty Micro KPI cells indicate that no specific sub-components contribute to that main KPI.

Launch scenarios

The KPI Visualizer measures two types of app launch scenarios to evaluate performance for TTFF and TTFD:
  • Cool start - When a user launches an app for the first time, and the system loads all resources and dependencies into memory.
  • Warm start - When a user moves an app from background (an inactive state) to foreground (an active state) with some resources and dependencies already in memory.

Fully drawn marker

A fully drawn marker signals when your app becomes interactive for users. The marker:
  • Indicates when your app completes loading its essential components.
  • Marks when users can start interacting with your app.
  • Helps measure TTFD performance.
To implement a fully drawn marker in your app:
  1. Add the useReportFullyDrawn hook to your app.
  2. Place markers at these key points:
    • Cool start - After loading initial data and rendering the main screen.
    • Warm start - When your app becomes responsive after foregrounding.
The following code sample shows how to add a fully drawn marker:

Measure KPIs in VS Code

Step 1: Open the command palette in VS Code

  • For Mac: Shift+Command ⌘+P
  • For Linux: Ctrl+Shift+P
Screenshot that shows the Vega: Launch App KPI Visualizer option selected from the VS Code Command Palette dropdown.

Step 2: Enter Vega: Launch App KPI Visualizer

Step 3: Press Enter

Screenshot that shows the location of the App KPI Visualizer option in the menu of App Performance Tools. You can also choose the App KPI Visualizer from the Vega Studio panel.

Step 4: Choose a use case

Screenshot that shows a list of KPI use cases with checkboxes in the Vega App KPI Visualizer, prompting you to choose one or more. To measure foreground memory and video streaming fluidity, create a custom test scenario that matches how your users interact with your app. For example:
  • For memory testing - Include video playback or image loading.
  • For streaming - Include typical video watching patterns.
For UI fluidity measurement, develop a test scenario that replicates the most common user interactions in your app. Without a custom scenario, the default test scrolls through your app’s front page. This might not accurately represent your users’ behavior. For guidance on generating test scenarios, see Measure Fluidity and Foreground Memory. After you choose your use cases, the visualizer starts and performs three iterations for the following KPIs.

Cool start KPIs

  1. Launch the test app on the device.
  2. Wait 10 seconds for the test app to load.
  3. Close the test app.
  4. Process the KPIs.

Warm start KPIs

  1. Launch the test app on the device.
  2. Launch another app on the device, moving the test app to the background.
  3. Launch the test app, moving it to foreground.
  4. Wait 15 seconds for the test app to load.
  5. Close the test app.
  6. Process the KPIs.

Foreground memory KPIs

  1. Launch the test app on the device.
  2. Perform the specified steps in the test scenario.
  3. Capture the KPIs for analysis and reporting.
  4. Close the test app.
  5. Process the KPIs.

Background memory KPIs

  1. Launch the test app on the device.
  2. Launch another app on the device, moving the test app to the background.
  3. Wait 15 seconds to collect the test app’s KPIs.
  4. Close the test app.
  5. Process the KPIs.

UI fluidity KPIs

  1. Launch the test app on the device.
  2. Choose your test method:
    • Custom test - Use your own UI interaction scenarios
    • Default test - Uses standard scrolling patterns
      • Two sets of horizontal scrolls (five left, five right)
      • Two sets of vertical scrolls (five down, five up)
      • 900 ms between actions
  3. Choose Cancel or press Esc to end the test. Screenshot of the popup that asks if you want to use the custom test scenario. You can select the Yes button.
  4. Capture the KPIs for analysis and reporting.
  5. Close the test app.
  6. Process the KPIs.

Video playback fluidity KPIs

  1. Launch the test app on the device.
  2. Perform the steps in the video playback test scenario.
  3. Capture the KPIs for analysis and reporting.
  4. Close the test app.
  5. Process the KPIs.
To stop the visualization process, choose Cancel. Screenshot of a message that confirms that the KPI Visualizer is running.

Step 5: Choose whether to ignore trace loss during the test

Screenshot that shows a message asking if you want to ignore trace loss and continue to generate a KPI report file. You can select to ignore the trace loss. When your app has performance issues, significant trace loss can occur. The Vega App KPI Visualizer doesn’t load traces and shows KPIs as N/A in the report. You can choose to ignore trace losses when generating KPI reports to view the metrics. However, ignoring trace losses produces KPI values that appear better than actual performance.

Step 6: View KPI scores in the visualizer window

The window shows the P90 (90th percentile) value calculated from three test iterations.

Step 7: Assess results

To assess the results, see Understand the performance report.

Measure KPIs with CLI commands

Step 1: Check device readiness

At the command prompt, run the vega exec perf doctor command to check if your host and target devices are ready.
Replace --app-name with the package ID from the manifest.toml file. When multiple devices are running, specify the device serial number. Use the --device-serial-number parameter in the perf commands. Example if only a single device is connected:
Example if multiple devices are connected:

Step 2: Start the Vega App KPI Visualizer

For kpi-visualizer, app-name is the only required parameter. Replace [app-name] with the ID of the default interactive component from the manifest.toml file.

Step 3: (Optional) Specify the number of iterations

Default iterations: three, or 30 if --certification is used.

Step 4: (Optional) Specify which KPI to measure

Without this parameter, the visualizer measures cool start TTFF and TTFD KPIs by default.

Step 5: View all available options

Example:
After the visualization completes, you see a report summary in stdout. Example report:
When KPIs show -1, it indicates unavailable data for mean, min, and max values. For TTFD, this might occur when the app doesn’t call the Report Fully Drawn API. When KPIs don’t appear, there might be a significant trace loss during data collection. The KPI Visualizer doesn’t load traces and doesn’t show KPIs. To view KPIs despite trace loss, run:

Understand the performance report

The Vega App KPI Visualizer shows a performance report, which includes:
  • Test information
    • Date - The date when the system captures the KPI data.
    • Device Serial ID - The unique identifier of the device running the app.
    • App - The name of the app for which the KPI data appears.
    • Number of iterations - The number of times the KPI measurement process runs.
  • KPI Name - The name of the KPI with its unit.
  • Test Name - The name of the test or the completed use case.
  • KPI Health - A color-coded system representing the health of each KPI:
    • 🟢 (Green) - Meets the recommended guideline.
    • 🟡 (Yellow) - Within 10% of the guideline.
    • 🔴 (Red) - Exceeds the guideline by more than 10%.
  • KPI Score - The numeric value of the KPI, which appears in the same unit as specified in the KPI name. If the visualizer can’t calculate the KPIs, it displays “N/A” for the KPI score and lists the KPI Health as “Unknown.”
  • Guideline - The recommended value or range for the KPI score based on industry standards or performance targets.

Example results

The following images show sample results for each use case. Pay attention to the KPI Health indicators and scores relative to guidelines.

Use case: cool start TTFF and TTFD

The following results show launch performance metrics. Red indicators show the app exceeds the launch time guidelines. Screenshot of the Vega App KPI Visualizer performance report showing cool start TTFF and TTFD metrics with red health indicators.

Use case: warm start TTFF and TTFD

The following results show how your app resumes from background state. Compare TTFF and TTFD times to evaluate optimization needs. Screenshot of the Vega App KPI Visualizer performance report showing warm start TTFF and TTFD metrics and their guidelines.

Use case: foreground memory

The following results show your app’s memory usage during active use. Monitor this metric to prevent performance issues from excessive memory consumption. Screenshot of the Vega App KPI Visualizer performance report showing foreground memory usage metrics and health indicators.

Use case: background memory

The following results show your app’s memory footprint while in background state. Understanding your app’s impact on system resources when inactive helps optimize background behavior. Screenshot of the Vega App KPI Visualizer performance report showing background memory usage metrics and health indicators.

Use case: UI fluidity

The following results show how smoothly your app handles user interactions. The percentage indicates frames successfully rendered during scrolling and navigation. Screenshot of the Vega App KPI Visualizer performance report showing UI fluidity percentage and dropped frame counts.

Use case: video playback fluidity

The following results show how smoothly your app plays video content. The percentage represents successful frame delivery at the intended playback rate. This scenario also includes media player and input event micro KPIs. Screenshot of the Vega App KPI Visualizer performance report showing video playback fluidity metrics and media player KPIs.

Open a KPI report

After the Vega App KPI Visualizer completes the test scenarios, it generates the following report files:
  • aggregated-kpi-report-[timestamp].json - Consolidates KPI data from all test scenarios.
  • [test-name]-kpi-report-[timestamp].json - Creates one file for each individual test scenario. The [test-name] identifies the specific scenario.
The [timestamp] tells you when the Vega App KPI Visualizer generated the report. To open a KPI report, open a previous recording. Then use one of these methods:

Option 1 (Preferred): Use Quick Open

This method provides access to your recordings through VS Code’s interface or CLI.

From VS Code

  1. Find the KPI report file (example: app-launch-kpi-report-[timestamp].json) using VS Code Quick Open or in the project’s generated directory.
  2. Choose the file once to preview or twice to open in active mode.

From the CLI

  1. Open a terminal window and enter:
    If your terminal doesn’t recognize the code command, open the VS Code command palette (Cmd+Shift+P on Mac, Ctrl+Shift+P on Linux).
  2. Select Shell Command: Install code command in PATH.
  3. Retry the command.

Option 2: Use the VS Code Command Palette

This method provides access to your recording using VS Code’s built-in command interface or if Quick Open isn’t available.
  1. Open VS Code.
  2. Open the command palette (Cmd+Shift+P on Mac, Ctrl+Shift+P on Linux).
  3. Enter Vega: Open Recording View.
  4. Choose the file you want to open, such as app-launch-kpi-report-[timestamp].json.

Last modified on May 6, 2026