[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Newest version



On Fri, 31 Oct 1997, Tom Lees wrote:

> I upgraded from my DX4, but I can give you some timings from a DX2-66 in a day ot so.
> 
> My machine is currently Cyrix M2-200/430TX/32MB RAM. I am using GCC 2.7.2.2 and
> libg++272.
> 
> lpsg:~/proj/deity/deity/clients/cmdline$ time ./dpkg-cache add cache
> /var/lib/dpkg/available:hamm:1.0 /var/lib/dpkg/status:status:1.0
> 
> /var/lib/dpkg/available:hamm:1.0
> /var/lib/dpkg/status:status:1.0
> 1642 Packages, 1504 Versions, 3800 Dependancies.
> 
> real    0m7.404s
> user    0m0.000s
> sys     0m0.000s
> 
> Quite slow...

Hm, there is something wrong with your time command:

Wakko{jgg}~/work/deity/build/clients/cmdline#time dpkg-cache add cache
~/work/Packages.hamm:hamm:1.0 /var/lib/dpkg/status:status:1.0
/home/jgg/work/Packages.hamm:hamm:1.0
/var/lib/dpkg/status:status:1.0
1619 Packages, 1361 Versions, 3392 Dependancies.

real    0m5.894s
user    0m2.640s
sys     0m0.510s  

Cyrix P166+ 32M ram. This shows the big lag is IO, user processing time is
only at 2.5 seconds. This is because I sync the cache file before the
program exits, that could likely be changed.

Someday someone will have to run gprof on it :>

Thanks,
Jason


Reply to: