Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top