pymobiledevice3
pymobiledevice3 copied to clipboard
How to get fps data of the iOS 17 device?
Is your feature request related to a problem? Please describe.
For example, on devices earlier than iOS 17, we can run this command in py-ios-device to obtain fps data.
$ pyidevice instruments fps
{'currentTime': '2021-05-11 14:14:40.259059', 'fps': 52}
{'currentTime': '2021-05-11 14:14:40.259059', 'fps': 56}
Describe the solution you'd like I am unfamiliar with ios, and there is no good implementation idea for the time being.So I need to ask for help. How to implement this function? Thank you very much.
For community
⬇️ Please click the 👍 reaction instead of leaving a +1 or 👍 comment
I believe you can run python3 -m pymobiledevice3 developer dvt graphics (and use rsd option for this command) there you'll see "CoreAnimationFramesPerSecond", it is FPS metric
But this value is not accurate