I need to time some events in the app I\'m working on. In Java i used to be able to call currentTimeMillis() but there doesnt seem to be a version in Objective-c. Is there a way
There's also CFAbsoluteTimeGetCurrent(), which will give you the time in double-precision seconds.
CFAbsoluteTimeGetCurrent()