YueChen-C / py-ios-device

IOS Professional Performance Testing Tool . You can get CPU, GPU, Memory , Lifecycle and other metrics from real iOS devices . iOS 性能测试工具
GNU General Public License v3.0
667 stars 183 forks source link

pyidevice instruments fps does not show fps above 60. #121

Closed homurahomu1 closed 1 year ago

homurahomu1 commented 1 year ago

Smartphone (please complete the following information):

Describe the bug A clear and concise description of what the bug is.

Screenshot 2023-08-13 at 6 41 35 pm

pyidevice instruments fps does not show any fps above 60. If the display is at 120 or 80hz and the app or game is running at 120fps or 80fps, the feed still keeps showing "{'currentTime': '2023-08-13 18:40:51.106487', 'fps': 60}".

YueChen-C commented 1 year ago

If you use the system graphics.opengl service, the maximum is only 60 fps.

You can use the coreprofilesessionap.py in the demo folder for more advanced calculation methods