Hi,
I have some strange performance differences when I run an iPhone application on the simulator a) from XCode and b) directly in the simulator.
One method which calculates some stats from all objects in my Core Data DB takes less then one second when I run it directly in the simulator and it takes 22 seconds when I start the application on the simulator from XCode (no breakpoints and not debugging).
How is that possible? Yes the method gets all elements in the Database but there are only about 2000 items in the db. Does anyone know where the performance difference is coming from?
Regards