I have attempted a partial answer to this question:
CPU cost order of magnitude for some basic operations
just because it was an interesting exercise whilst I am learning to use Xcode.
My answer would hold a little more water if I could identify the stack pointer in Xcode when targetting iOS. I know how to find my way to the registers, but I don't know which one is SP.
Cheers!