Try something like
for k = 2 to (some higher number)
delay_ms(k)
next k

and print the current delay on the screen.

Should do the trick.