Quote:
Originally Posted by jameskmonger
Wrong. That will get the time between the start and end of the function.
pawn Код:
new time = gettime(); function(); new time2 = gettime(); printf("%s took %d ms.", "function()", time2-time);
|
You are incorrect, he doesn't specify what he needs it or uses it for. Therefore, I was correct initially.