Page 1 of 1

How do I capture the elapsed time for events in my script?

PostPosted: Wed Apr 16, 2008 12:01 pm
by unsigned
Noticed the 'TimeStamp' command, which appears a lot like
the 'ElapsedTime' command, is this new in v8?

I see the difference is that it writes to a specific file.

Re: How do I capture the elapsed time for events in my script?

PostPosted: Wed Apr 16, 2008 12:03 pm
by monitoring
Yes, TimeStamp is new and you're right, it lets you record a sequence
of current times from within the current script playback, writing the
data to a local file.

eValid playbacks read from an "environment variable file":

http://www.e-Valid.com/Products/Documen ... ables.html

You can set those values outside the playback, and the playback
reads $VARIABLE values into the parameterized script.