Introduction
Set up Arm Performance Studio
Set up an Android application for profiling
Interpret an example Arm Streamline report
Use Arm Streamline to capture data for your application
View an example Performance Advisor report
Create a Performance Advisor report for your application
Analyze your application with Frame Advisor
Debug your application with RenderDoc for Arm GPUs
Analyze shader program performance with Mali Offline Compiler
Next Steps
To understand the capabilities of Streamline, use the example Streamline profile that comes with Arm Performance Studio.
To open the example profile, in Streamline, select File > Import.
Select Import Streamline Sample Captures and click Next.
Import Streamline Sample Captures
Select the Android example and click Finish.
Select sample captures
Select the report in Streamline Data, then select Analyze when prompted. After the report is processed, you’ll see an interactive timeline.
Streamline Timeline
The charts in the Timeline view show the performance counter activity captured from the device. Hover over the charts to see the values at that point in time. Use the Calipers to focus on particular windows of activity.
For instructions to use the features in the Timeline view, see the Streamline User Guide .
Understanding the output of Streamline is key to the tool’s usefulness. To understand how to interpret the capture from different points of view, see Android performance triage with Streamline .
You’ve now viewed an example Arm Streamline report and interpreted the results using Arm documentation.
Next, you’ll use Arm Streamline to capture data for your application.