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

Whereabouts?

 unsigned long start_time=micros(); //record start time
unsigned long delta_t = micros() - start_time; //the difference

Right there.

See my reply 2