Getting how much time a callback is executed in
#1

How can I do this? It probably involves GetTickCount, but i'm not sure; Can someone give me an example?
Reply
#2

pawn Код:
top of callback:

sta = GetTickCount();


bottom of callback:

sto = GetTickCount();
o = sto - sta;
printf("Callback time: %d ms", o);
somethin like tht
Reply
#3

The solution is here: https://sampforum.blast.hk/showthread.php?tid=218491
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)