pymobiledevice3 icon indicating copy to clipboard operation
pymobiledevice3 copied to clipboard

How to get fps data of the iOS 17 device?

Open mengww99 opened this issue 1 year ago • 2 comments
trafficstars

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

mengww99 avatar Jan 03 '24 08:01 mengww99

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

kschernopiatova avatar Jan 19 '24 15:01 kschernopiatova

But this value is not accurate

dusk0504 avatar Apr 02 '24 02:04 dusk0504