Re: Ottawa - kernel hackers ...



Le ven 27/06/2003 à 21:48, Alan Cox a écrit :
> > On Fri, 2003-06-27 at 18:44, Alan Cox wrote:
> > > > For me it's 8 seconds the first time, much less than that on subsequent
> > > > attempts. I am running GNOME here.
> > > 
> > > What libraries/distro ?
> > 
> > That's Red Hat 9
> 
> Curiouser and curiouser (so is mine, although a generic -ac kernel)

Debian/unstable, self-made 2.4.20-smp:

[xav bip:~]$ time find ~/.gconf -name '*.xml' -exec cat {} > /dev/null \;
 
real    0m1.053s
user    0m0.230s
sys     0m0.500s
[xav bip:~]$ time find ~/.gconf -name '*.xml' -exec cat {} > /dev/null \;
 
real    0m1.787s
user    0m0.230s
sys     0m0.370s
[xav bip:~]$ time find ~/.gconf -name '*.xml' -exec cat {} > /dev/null \;
 
real    0m0.751s
user    0m0.200s
sys     0m0.540s
[xav bip:~]$ time find ~/.gconf -name '*.xml' -exec cat {} > /dev/null \;
 
real    0m3.453s
user    0m0.240s
sys     0m0.460s
[xav bip:~]$ time find ~/.gconf -name '*.xml' -exec cat {} > /dev/null \;
 
real    0m0.737s
user    0m0.270s
sys     0m0.420s
[xav bip:~]$ time find ~/.gconf -name '*.xml' -exec cat {} > /dev/null \;
 
real    0m0.777s
user    0m0.240s
sys     0m0.530s
[xav bip:~]$ time find ~/.gconf -name '*.xml' -exec cat {} > /dev/null \;
 
real    0m2.157s
user    0m0.330s
sys     0m0.410s


Note that it doesn't seem like it wants to stabilize.

	Xav




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