Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
witch is faster
#1
hi just wondering witch of these would be fastest

Code:
Copy      Help
rep
,0.001
,lef 200


or

a1
,0.001
,lef 200
,goto a1
#2
or is there a faster way of doing this
#3

I would say that
Quote:rep
,0.001
,lef 200
would be faster but I could be wrong, a faster way would of course be to lower the wait delay.
Taking on Quick Macros one day at a time
#4
To measure speed, use perf.

To make the wait command as precise as possible, execute this command when QM starts or when your macro starts:

Code:
Copy      Help
int+ __tbp; if(!__tbp) __tbp=1; timeBeginPeriod 1
#5
tyvm thats great


Forum Jump:


Users browsing this thread: 1 Guest(s)