Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
tim
#1
Is there anyway to set either a function or something up inside your code to determine how long a macro has ran. So if it runs for a certain period of time you can liek reestart it.

Thanks,
derek
#2
Macro itself can calculate it using function GetTickCount or perf.

int t1=GetTickCount
...
int t2=GetTickCount
out t2-t1/1000
#3
thank you very much


Forum Jump:


Users browsing this thread: 1 Guest(s)