On Monday 26 December 2005 12:51, [EMAIL PROTECTED] wrote: > > 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. > that will work but I was hoping for something that listed the time for each statement. Thanks
John _______________________________________________ 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>
