Re: [patch] getname buffer moved to slab cache

Zlatko Calusic (Zlatko.Calusic@CARNet.hr)
11 Jan 1999 10:29:40 +0100


Andrea Arcangeli <andrea@e-mind.com> writes:

> root@laser:~# time (find / >/dev/null & find / >/dev/null )
>
> real 0m1.746s
> user 0m0.980s
> sys 0m2.510s
> root@laser:~# time (find / >/dev/null & find / >/dev/null )
>
> real 0m1.748s
> user 0m0.800s
> sys 0m2.700s
> Script done on Fri Jan 8 12:56:14 1999
>

This is weird. You have bigger sys time than real time. How can that
be? Do you have a SMP machine. Does 'time' work that way on SMP
machines?

Also, improvement is so small (if I got it right) that I wouldn't
bother. Benchmarking is a whole science. If I get such a small
improvements in my tests, I regularly dump the idea I had. :)

Regards,

-- 
Zlatko

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/