How fast does arduino process each line of code?

@jraskell: your serial print example will almost always be limited by the seriaal line rate, plus a fairly tiny error for the floating-point stuff.
At 9600 baud, the loop time is shade over 1ms per character sent over serial (including the invisible ones like CR and LF)