Topic: TIMEDIFF.VDM - Testing the runtime of macro commands (1 of 1), Read 23 times, 2 File Attachments
Conf: VEDIT Macro Library
From: Christian Ziemski
Date: Tuesday, November 25, 2003 04:36 PM


Some days ago I had to decide which way to choose to code a macro.

I was unsure about the runtime of some macro commands.

So I wrote a macro to be able to measure the runtime.

The example macro RC-BS-Test.vdm calls two different code segments in
loops and uses TIMEDIFF.VDM to calculate the used time for the whole
lopps and for one iteration.

TIMEDIFFs output is a bit specialized for now, but that will change in
later versions.
And I plan to add some more calculation accuracy there.


Christian

 
TIMEDIFF.VDM (3KB)
 
RC-BS-TEST.VDM (2KB)