Bug in eu2c

new topic     » topic index » view thread      » older message » newer message

Ditulis 10-9-2000, 14:31 pake kalong

this is from dos prompt window.....

read the comment starting with #


# Using interpreter
F:\AKU>ex acakaja c:\windows\system.dat c:\cthbak 212356715376
Ukuran file:         7344164 bytes
# this means: size of the file = 7344164
Waktu diperlukan:         15.16 detik
# this means: time to finish = 15.16 seconds
Kecepatan:            484443 bytes/detik
# speed = 484443 bytes/second


# using compiler
F:\AKU>acakaja c:\windows\system.dat c:\cthbak 212356715376
DOS/4GW Protected Mode Run-time  Version 1.97
Copyright (c) Rational Systems, Inc. 1990-1994

        Visit http://www.RapidEuphoria.com/
        to register the Euphoria to C translator.
        You'll eliminate this message and delay,
        and you'll get improved debug facilities.

Ukuran file:         7344164 bytes
# this means: size of the file = 7344164, same as above
Waktu diperlukan:        140.70 detik
# the time to finish: 140.70 seconds, but it is not correct,
# I think it is 14.07 seconds
Kecepatan:             52197 bytes/detik
# speed = 52197 bytes/second
# it is too slow, because the time is not 140.70 seconds
# but 14.07 seconds


It is created by using time()
so i think time() is not correct.

(sorry if my english is bad)


--
Aku

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu