Is there a way to measure how long a routine is taking? I'd like
to see how
much time a routine is taking and see if I can improve the
performance by
changing the code.
Check out the Microseconds function. From there, you remember the
value of Microseconds at the beginning of the sub, and check it at
the end, do some subtracting, and you have elapsed time in microseconds.
Andrew Keller
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>