Вопрос

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?

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top