10.03.2012, 05:50
one question i'm making a test speed between my Admin System [FS] and LuxAdmin
that is what i'm using for test speed. now
the question
is this correct?
pawn Код:
new a = 0;
new tick[2];
tick[0] = GetTickCount();
while(a < 100000) { printf("Process: %d",a); a++; }
tick[1] = GetTickCount();
printf("Process complete.\nTime taken: %d",tick[1]-tick[0]);
the question
Код:
Highest - Fastest Lowest - Slowest