Détail du package

@perf-profiler/ios

bamlab293.3kMIT0.3.3

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.

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-companion

You can get the real time measure by running: PLATFORM=ios node packages/commands/measure/dist/server/bin.js measure

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.3.3 (2024-07-17)

Note: Version bump only for package @perf-profiler/ios

0.3.2 (2024-06-28)

Note: Version bump only for package @perf-profiler/ios

0.3.1 (2024-06-04)

Note: Version bump only for package @perf-profiler/ios

0.3.0 (2024-03-01)

Features