Re: Build timing
Re: Build timing
- Subject: Re: Build timing
- From: Chris Espinosa <email@hidden>
- Date: Fri, 7 May 2010 10:10:41 -0700
On May 7, 2010, at 2:38 AM, Guillaume Billard wrote:
> I'd like to be able to see how long our builds take, especially to experiment with different build settings and find out what's faster.
> On stack overflow I was told to use "time xcodebuild ..." in the terminal, but it's not practical to use every time I build.
>
> Before I file a feature request, I wanted to make sure I hadn't overlooked any setting that would enable this. Is there one?
> If not, out of curiosity, how come? It seems like an easy to implement and useful feature.
>
> For anyone who had to deal with reducing build times, how did you measure your builds?
>
> (Sorry if this was answered before, a search for "build timing" in Apple's lists didn't help.)
> (And sorry if this mail is a duplicate, my mails often have trouble making their way to this list...)
$ defaults write com.apple.Xcode ShowBuildOperationDuration YES
As with all undocumented user defaults, this is unsupported, assumed (but not guaranteed) accurate, and not assured to be effective in future versions.
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: | |
| >Build timing (From: Guillaume Billard <email@hidden>) |