Register Command with sscanf
#7

one question i'm making a test speed between my Admin System [FS] and LuxAdmin

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]);
that is what i'm using for test speed. now

the question

Код:
Highest - Fastest
Lowest - Slowest
is this correct?
Reply


Messages In This Thread
Register Command with sscanf - by Reklez - 10.03.2012, 04:55
Re: Register Command with sscanf - by Ballu Miaa - 10.03.2012, 05:01
Re: Register Command with sscanf - by Reklez - 10.03.2012, 05:11
Re: Register Command with sscanf - by Ballu Miaa - 10.03.2012, 05:28
Re: Register Command with sscanf - by FarSe. - 10.03.2012, 05:30
Re: Register Command with sscanf - by eesh - 10.03.2012, 05:34
Re: Register Command with sscanf - by Reklez - 10.03.2012, 05:50
Re: Register Command with sscanf - by AustinJ - 10.03.2012, 05:53
Re: Register Command with sscanf - by Reklez - 10.03.2012, 05:59
Re: Register Command with sscanf - by AustinJ - 10.03.2012, 06:03

Forum Jump:


Users browsing this thread: 1 Guest(s)