Jump to content

time elapsed during the running of a script - more precision?


This topic is 5447 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I'm wondering if there is a way, within FMP, to time the elapsed duration of a script and see the result with more precision than simply whole seconds.

In order to time a script, I use the following as the first step:

Set Variable [$starttime; Value:Get (Current Time )]

and the following as the last step:

Show Custom Dialog ["Done" ; "Time elapsed: " & Seconds( Get(CurrentTime)-$starttime ) & " seconds."]

That reports elapsed time in whole seconds. Is there a way to see elapsed time with any more precision, but without calling Applescript or other external functions?

Thanks!

Link to comment
Share on other sites

without calling Applescript or other external functions?

So you're aware of it, then must the reply be in the vicinty of no or hardly!

http://www.databasepros.com/FMPro?-DB=resources.fp5&-lay=cgi&-format=list.html&-FIND=+&resource_id=DBPros000822

--sd

Link to comment
Share on other sites

This topic is 5447 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.