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

gEDA-user: Pcb slowdown



Hi,

well the whale has not run aground yet, but it is in shallow waters.

Recent CVS takes longer to startup and there is a noticeable lag to
keyboard commands.

One thing I noticed is that Pcb loves cursors a lot more now, not
shure wether that is significant.

Starting and immediately quitting:

strace ./pcb-cvs/pcb-2007-03-14/src/pcb watchdog.pcb > stace.log 2>&1
grep cursor stace.log |wc -l
65

strace ./pcb-cvs/pcb-2007-05-04/src/pcb watchdog.pcb > stace.log 2>&1
grep cursor stace.log |wc -l
2241



Starting, moving around a bit zoom in and out:

strace ./pcb-cvs/pcb-2007-03-14/src/pcb watchdog.pcb > stace.log 2>&1
grep cursor stace.log |wc -l
6625

strace ./pcb-cvs/pcb-2007-05-04/src/pcb watchdog.pcb > stace.log 2>&1
grep cursor stace.log |wc -l
24186

System is Gentoo 64bit

./configure \
        --prefix=/usr \
        --host=x86_64-pc-linux-gnu \
        --mandir=/usr/share/man \
        --infodir=/usr/share/info \
        --datadir=/usr/share \
        --sysconfdir=/etc \
        --localstatedir=/var/lib \
        --disable-dependency-tracking \
        --enable-maintainer-mode \
        --libdir=/usr/lib64 \
        --build=x86_64-pc-linux-gnu \
        --with-gui=lesstif

Ralf



_______________________________________________
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user