-----Messaggio Originale----- 
Da: "Ron Pinkas" <[EMAIL PROTECTED]>
A: "Enrico Maria Giordano" <[EMAIL PROTECTED]>; "Miguel Angel 
Marchuet" <[EMAIL PROTECTED]>; "xharbour developer list" 
<[email protected]>
Data invio: venerdì 28 novembre 2008 4.47
Oggetto: Re: [xHarbour-developers] Slowness


> Do we have any tests known to be slower than say few months ago?

Found! This is the sample (pure xHarbour):

FUNCTION MAIN()

    LOCAL nSec

    LOCAL i

    nSec = SECONDS()

    FOR i = 1 TO 100
        CURDIR()
    NEXT

    ? SECONDS() - nSec

    RETURN NIL

Results:

Build 6289: 2.41
Build 6231: 0.00

EMG

--
EMAG Software Homepage:     http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page:         http://www.emagsoftware.it/emgmusic 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
xHarbour-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to