Mail Archives: djgpp-workers/2002/07/20/08:44:31
Hello.
Richard Dawe wrote:
[snip]
> I finally got round to doing the tests. I built Fileutils 4.1 against DJGPP
> 2.03 (from the CVS v2_03_1 branch) and DJGPP CVS (from the CVS HEAD branch).
> I built both of these versions with -gstabs+3 and -pg and gcc 3.1. In the
> case of 2.03 a little hackery was required - I can send a diff, if anyone
> wants. Basically I lifted small bits of HEAD and retrofitted them to 2.03.
>
> I ran the following test in the src/ directory of each :
>
> time ./ls.exe -lR c:/temp/distmake
Actually I ran:
time ./ls.exe -lR c:/temp/distmake > /dev/null
I tested on Windows '98 SE.
> c:/temp/distmake contains build directories for all the packages I've
> prepared. It's quite big, so it takes quite a long time to list.
[snip]
ls from Fileutils 4.1 built against v2_03_1:
Uncached:
real 1m48.700s
user 3m37.473s
sys 0m0.000s
Cached:
real 0m50.700s
user 1m41.429s
sys 0m0.000s
ls from Fileutils 4.1 built against HEAD:
Uncached:
real 1m45.570s
user 3m31.209s
sys 0m0.000s
Cached:
real 0m59.650s
user 1m59.341s
sys 0m0.000s
There's not much difference between v2_03_1 and HEAD. A difference of a few
seconds is probably due to whatever else was going on. (I was listening to
MP3's at the time of testing.)
Could someone else test on Windows 2000 or XP please? You can find my test
results and executables here:
http://www.phekda.freeserve.co.uk/richdawe/djgpp/workers/
I can post the gmon.out files from my runs there too, if people are
interested.
Bye, Rich =]
--
Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]
- Raw text -