Where is the TickCount() call? I have seen several threads on the web that recommend using the TickCount() call for iphone development. What do i need to “#include” to use this call? What framework is it in?
If not TickCount() what should I use to get milliseconds elapsed since the cpu started?
CFAbsoluteTimeGetCurrent is probably what You are looking for. (Edit: …Or maybe not. Do You really need the time from CPU start, or do You just want to measure time in ms?)