To help developers easily optimizing applications performance data, Qiyu Performance Tool provides reference and guideline performance indicators which include FPS, Eye buffer Width and Height, Memory Utilization, GPU Utilization, CPU Utilization, Temperature, Invalid frames and other important information.
Developers can download the "QIYU Performance Tool" through the QIYU developer Portal, and copy to ./sdcard/ on QIYU device or using adb install to install the Tool. The tool provides the functions below:
To record all captured Metrics to CSV file. After enable the function, the Performance Tool will write the performance data into CSV file at a rate of one time per second. The CSV file will be stored in ./sdcard/Performance/. The file name is "performance-packagename-date-time.csv".
1.3 Display Data on Overlay
To display the real-time data on Overlay, the “Enable Persistent Overlay” should be enabled firstly.
1.4 Display Graph on Overlay
To display the graph on Overlay, the “Enable Persistent Overlay” should be enabled firstly.
Developers can check the corresponding selections as needed. For example, if the application frame rate is insufficient, You can determine whether to optimize CPU or GPU by analyzing CPUFrameTime value.
For performance optimization guidelines, please refer to the following below: