up vote 0 down vote favorite
1
share [g+] share [fb]

I just upgraded to Snow Leopard and have noticed that my NSLog() calls (among other things) in the iPhone simulator are taking quite a long time, way longer than they used to. Did Apple update the simulator to better approximate the iPhone's CPU speed?

link|improve this question
feedback

2 Answers

It sounds unlikely - is anything else slower, other than NSLog()? How are you measuring "slowness"?

Its far more likely that some internal threading or synchronization issue in the tools has changed from Xcode 3.1 to 3.2, resulting in the behavior you are seeing.

link|improve this answer
The NSLog() calls in particular are much, much slower. – rik.the.vik Sep 10 '09 at 17:11
feedback

No. And I say that because my apps on the iPhone still run much slower than my apps in the Simulator.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.