Frage

I'm fairly new to Xcode and I was wondering what the CPU bars represent when you run your iOS app in the simulator.

Do the CPU bars represent how much processing power the simulator is using on my Mac or does it represent how much it would use if it would run on the latest iOS device?

War es hilfreich?

Lösung

It is how much CPU it is using on the Mac. The simulator does not reflect in any way the performance of a device. You will need to debug on a device to get device performance data.

Source

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top