02-24-2006 02:02 PM
02-24-2006 02:34 PM
02-24-2006 03:26 PM
02-24-2006 03:30 PM
Yes, use a shift register and store the value from the Tick Count function in it...in every iteration of the loop, get the current tick count, and subtract the current tick count from the value in the shift register, which is the tick count from the last iteration. This will give you the execution time of the loop in milliseconds. Note that the resolution of the Tick Count function is 1 millisecond.
-D
02-24-2006 05:20 PM