开发者

Code size in Xcode 4

开发者 https://www.devze.com 2023-03-20 21:41 出处:网络
How do 开发者_StackOverflow中文版I find out the size of each binary module is in Xcode 4?Xcode3 had this info in the main screen, but it seems to be hidden somewhere in XCode4.I\'m interested in compa

How do 开发者_StackOverflow中文版I find out the size of each binary module is in Xcode 4? Xcode3 had this info in the main screen, but it seems to be hidden somewhere in XCode4. I'm interested in comparing the effects of different techniques on code size and execution speed. To be precise, I'm talking about the column marked "Code" in XCode3, which shows each binary module's size; see image below:

Code size in Xcode 4


On the left side of xcode, under the product tab, right click on your app and select show in finder. In finder, the size should be displayed on the right side of the file if you are in list mode. You can go into list mode by clicking the different view options in the top left of finder. That is how you find the binary size. If it doesn't show the binary size, right click on the product file in xcode and click compress. The file size should be showed to the left of the binary. Hope this helps.

0

精彩评论

暂无评论...
验证码 换一张
取 消