Re: Code
Re: Code
- Subject: Re: Code
- From: Chris Espinosa <email@hidden>
- Date: Wed, 5 Oct 2005 21:35:46 -0700
On Oct 5, 2005, at 7:37 PM, David Dunham wrote:
Apparently the Code column that you can display in an Xcode project
window is supposed to show code size (I'm not sure why the contextual
menu isn't labelled "Code Size"). I say apparently because it seldom
shows anything in my project. Am I missing the the point of this? It
doesn't seem very useful if it's not consistent.
Amusingly enough, we got down to the bottom of this only recently. The
sprintf that generated the size in K was set to drop the leading zero
(and the K) in case the size div 1024 was less than 1. So it means
your binaries are all pretty small...
This is fixed in an upcoming update, where the size will be shown in
decimals to one place. I haven't tried it with a <102 byte object to
see whether it shows 0.0K.
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Code (From: David Dunham <email@hidden>) |