Again, do as I say not as I do. Here’s a quick thing I like to do:
NSTimeInterval start = CACurrentMediaTime();
[stuff...]
NSTimeInterval end = CACurrentMediaTime();
NSLog(@"%f", end-start);
Again, do as I say not as I do. Here’s a quick thing I like to do:
NSTimeInterval start = CACurrentMediaTime();
[stuff...]
NSTimeInterval end = CACurrentMediaTime();
NSLog(@"%f", end-start);