Why the huge difference between XCode & instruments memory usage, and is it ok?

前端 未结 1 705
你的背包
你的背包 2020-12-15 11:13

I\'m using XCode 7.0 with iOS 9.0 SDK & ARC, all profiling/testing done on an iPhone 5S with iOS 9. EDIT: for all screenshots, it was a single run: I ra

相关标签:
1条回答
  • 2020-12-15 11:59

    The most common cause of this is your configuration. By default when you run in Xcode, you build in Debug mode. When you profile in Instruments, by default, it builds Release. You can modify your Run and Profile configurations in your scheme to change this.

    0 讨论(0)
提交回复
热议问题