# [View an example Performance Advisor report](https://learn.arm.com/learning-paths/mobile-graphics-and-gaming/ams/pa_example/)

## In this learning path

- [Introduction](https://learn.arm.com/learning-paths/mobile-graphics-and-gaming/ams/)
- [Set up Arm Performance Studio](https://learn.arm.com/learning-paths/mobile-graphics-and-gaming/ams/ams/)
- [Set up an Android application for profiling](https://learn.arm.com/learning-paths/mobile-graphics-and-gaming/ams/setup_tasks/)
- [Interpret an example Arm Streamline report](https://learn.arm.com/learning-paths/mobile-graphics-and-gaming/ams/streamline_example/)
- [Use Arm Streamline to capture data for your application](https://learn.arm.com/learning-paths/mobile-graphics-and-gaming/ams/streamline/)
- [View an example Performance Advisor report](https://learn.arm.com/learning-paths/mobile-graphics-and-gaming/ams/pa_example/)
- [Create a Performance Advisor report for your application](https://learn.arm.com/learning-paths/mobile-graphics-and-gaming/ams/pa/)
- [Analyze your application with Frame Advisor](https://learn.arm.com/learning-paths/mobile-graphics-and-gaming/ams/fa/)
- [Debug your application with RenderDoc for Arm GPUs](https://learn.arm.com/learning-paths/mobile-graphics-and-gaming/ams/renderdoc/)
- [Analyze shader program performance with Mali Offline Compiler](https://learn.arm.com/learning-paths/mobile-graphics-and-gaming/ams/malioc/)
- [Next Steps](https://learn.arm.com/learning-paths/mobile-graphics-and-gaming/ams/_next-steps/)

## Generate a performance report
Performance Advisor creates an easy-to-read report from a Streamline capture that you can use to understand how your Android application performs on a mobile device.

You can use the [Arm Streamline example capture](https://learn.arm.com/learning-paths/mobile-graphics-and-gaming/ams/streamline_example/) that comes with Arm Performance Studio to generate an example Performance Advisor report.

1. Open a terminal, and navigate to the location of the imported capture.
2. Run the `streamline-cli` command with the `-pa` option on the Streamline capture file (`.apc`):
   ```
   streamline-cli -pa "Android - GPU Bound Example.apc"
   ```
   The capture is processed, and an HTML report is generated. For now, you can ignore the warnings shown:
   ```
   __output__ Importing capture...
   __output__ Fetching data...
   __output__ Preparing report type html...
   __output__ Processing data...
   __output__ Generating report type html...
   __output__ Report performance_advisor-<timestamp>.html" successfully generated
   ```
   Open the report in a browser and review the summary.
   ![](https://learn.arm.com/learning-paths/mobile-graphics-and-gaming/ams/images/pa.png)
   Performance Advisor report

## Evaluate the report
For a detailed explanation on how to interpret the report, see the [Example Performance Advisor report tutorial](https://developer.arm.com/documentation/102478/latest/Example-Performance-Advisor-report) in Arm documentation.

## What you’ve accomplished and what’s next
You’ve created a Performance Advisor report from the example Streamline capture and seen how the report summarizes application performance.

Next, you’ll create a report for your application.
