I am looking to determine the time it takes to insert each batch (500rows) of data into a database, i.e. the loop execution time. See the block diagram below.
I've place a timer outside the while loop and subtracted it from the timer inside the loop, using shift registers to carry forward the s...