简体   繁体   中英

In xcode 3.2, does the iPhone simulator approximate CPU speed?

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?

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.

不会。我这样说是因为iPhone上的应用程序运行速度仍然比Simulator中的应用程序慢得多。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM