Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Macro execution time
#1
Hi Gintaras, Hi all,

I want to make a loop function, and I want it to be as fast as possible, so the wait time (XX value) at the end is the less value possible

Function Main
Code:
Copy      Help
rep
,_i=MyFunction
,if(_i=2)
,,DoSomething
,,goto 22
,Wait XX
;22


So, is it possible to know the average time spent by MyFunction to execute, so the XX value is the less possible?
I'd like a way to make average time for, say, 50 execution to calculate XX value as the most accurate possible value.

Thanks


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)