Arduino uno - calculating and outputting a time for each loop to execute?

TolpuddleSartre:
it depends if you want to measure the time setup takes to execute, or how long setup takes to execute.

It's the time for the setup to execute before the delay until the next loop occurs.
To calculate angular velocity for example I require the calulation W=angle/t however the times that previously I coded was using the millis() function and was an accumulation of time since the start of the entire setup.