Cannot generate Performance Advisor html

Hi,
I'm trying to generate Performance Advisor(html) with Unity debuggable sample application, but facing "Cannot find any frames" error.

Arm Performance Studio : 2024.1
Device : Android 12


(1) Execute streamline_me.py
C:\Program Files\Arm\Arm Performance Studio 2024.1\streamline\bin\android>python streamline_me.py --lwi-mode=counters
Searching for devices:
XXXXX / YYYYY found
Select a device:
Auto-selected XXXXX / YYYYY
Searching for debuggable packages:
2 packages found
Select a debuggable packages:
1) com.DefaultCompany.Myproject
2) com.unity.template.urpsample
0) Exit script
Select entry: 1
Selected com.unity.template.urpsample
Searching for an Arm GPU:
Mali-G57 GPU found
Installing OpenGL ES debug layer
Manual steps:
1) Configure and profile using Streamline
2) Press <Enter> here after capture has completed to finish.
Waiting for data capture ...

(2) Capture on Streamline(9.1.0)
Select "com.DefaultCompany.Myproject" on Streamline, then click start capture.
After about 60 sec, stop capture button.

>Pulling capture from device
>Disabling OpenGL ES debug layer
This log is output when type Enter command on terminal.

(3) Execute Streamline-cli.exe
C:\Program Files\Arm\Arm Performance Studio 2024.1\streamline>Streamline-cli.exe -pa <apc folder>\unityapp_003.apc --directory=<log folder>\PerformanceAdvisorLog --application-name="unityapp_003" --device-name="DevDevice"
Importing capture...
Fetching data...
Preparing report type html...
WARNING: The series "Draw calls" could not be found.
Ensure that you are running a capture made with a matching version of Streamline and that all the expression values in your report configuration are correct.
WARNING: The series "Draw calls" could not be found.
Ensure that you are running a capture made with a matching version of Streamline and that all the expression values in your report configuration are correct.
Problems were found preparing html report:
WARNING: Build name not provided. You can add this as a command line argument (use --build-name).
WARNING: Build timestamp not provided. You can add this as a command line argument (use --build-timestamp).
ERROR: Cannot find any frames. Please refer to the user guide for methods of providing frame data to Performance Advisor.


Please help to share solution 

Parents Reply Children