danielpaulus / go-ios

This is an operating system independent implementation of iOS device features. You can run UI tests, launch or kill apps, install apps etc. with it.
MIT License
958 stars 182 forks source link

support obtaining performance data of iOS apps #472

Open JFScorpio opened 2 months ago

JFScorpio commented 2 months ago

Hope to support obtaining performance data of iOS apps, such as CPU memory、fps、battery、tp

felixruan commented 2 months ago

@JFScorpio see this commit of gidevice: https://github.com/electricbubble/gidevice/commit/8bef4cc76426c263212df7ea13dd7823914c4c1b

yusandy0920 commented 1 month ago

@felixruan When can we support obtaining performance data, CPU, memory, fps, etc?