time
time
Returns the time (number of milli seconds).
Options:
time("h"): returns the number of hours.
time("m"): returns the number of minuts.
time("s"): returns the number of seconds.
time("ms"): returns the number of milli seconds.
time(0): returns the number of hours, minuts, seconds and milli seconds.
time(1): returns the number of images.
Example of use
t1=time; ... treatment ...;t2=time;$(t2-t1);
t1=time("s");wait(5);t2=time("s");$(t2-t1);
prints: 5
See also: