Getting how much time a callback is executed in
#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


Messages In This Thread
Getting how much time a callback is executed in - by Skylar Paul - 07.05.2011, 00:27
Re: Getting how much time a callback is executed in - by sciman001 - 07.05.2011, 00:39
Re: Getting how much time a callback is executed in - by xxmitsu - 07.05.2011, 00:41

Forum Jump:


Users browsing this thread: 2 Guest(s)