Pthreads performance

Michael Nottebrock michaelnottebrock at gmx.net
Fri Feb 11 15:51:38 GMT 2005


On Friday, 11. February 2005 16:06, Maxim Sobolev wrote:

> Following is result of the run on my 5.3-STABLE/UP.

> -bash-2.05b$ time ./aqueue_kse -n 10000000
> pusher started
> poper started
>
> real    0m15.477s
> user    0m15.432s
> sys     0m0.009s
> -bash-2.05b$ time ./aqueue_linuxthreads -n 10000000
> pusher started
> poper started
>
> real    0m6.118s
> user    0m2.217s
> sys     0m0.932s

Here's what I get on a my UP 5.3-STABLE with ULE and PREEMPTION (thr & lc_r 
not installed, hence not tested):

[lofi at kiste]:~ > time ./aqueue_linuxthreads -n 10000000
pusher started
poper started

real    0m19.157s
user    0m4.639s
sys     0m5.545s
[lofi at kiste]:~ > time ./aqueue_kse -n 10000000
pusher started
poper started

real    0m32.619s
user    0m31.858s
sys     0m0.532s

Still slower, but already lower than factor 2.

-- 
   ,_,   | Michael Nottebrock               | lofi at freebsd.org
 (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20050211/97251d95/attachment.bin


More information about the freebsd-current mailing list