30.11.2013, 01:48
Quote:
Well, apparently it doesn't do that, that's why I'm asking for that.
|
pawn Код:
new count = GetTickCount();//Top of the function
//Body of the Function
printf("Time taken to execute the function: %d", GetTickCount() - count); //