@perf-profiler/ios
v0.3.3
Published
This is the implementation of the Profiler for iOS app. It uses [py-ios-device](https://github.com/YueChen-C/py-ios-device) to poll CPU, RAM and FPS data in real time.
Downloads
469,137
Readme
Measure the performance of any iOS APP
This is the implementation of the Profiler for iOS app. It uses py-ios-device to poll CPU, RAM and FPS data in real time.
This Profiler can only be used on real iOS devices with a version of iOS < 17
In order to use it, you need to set an environment variable PLATFORM=ios
You must also install py-ios-device with pip install py-ios-device
and idb with
brew tap facebook/fb
brew install idb-companionYou can get the real time measure by running:
PLATFORM=ios node packages/commands/measure/dist/server/bin.js measure
