Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Total Macro Run Time Code
#1
Greetings,

I have a macro that runs a long procedure successfully.
I need to know the total time taken to complete the same.
It involves calling other macros and functions too.

Kindly advise the code to do so.

Thanks,
Philip
Best Regards,
Philip
#2
To measure code execution time I use
PerFirst
code
PerfNext
more code if need
PerfNext
PerfOut
#3
Below is the result I got:

speed: 21259019 26009859 23053084 27330424

How do I decipher this in terms of time...
Best Regards,
Philip
#4
Read PerfFirst Help.

PerFirst
code ;;21259019 microseconds
PerfNext
code ;;26009859 microseconds
PerfNext
PerfOut ;;21259019 26009859


Forum Jump:


Users browsing this thread: 1 Guest(s)