$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-05-15 08:35:55
From: "Lars Gullik Bjønnes" <larsbj_at_[hidden]>
> [larsbj_at_trylle smart_ptr]$ ./shared_ptr_mt_test
> Using POSIX threads: spinlock, 16 threads, 1048576 iterations:
>
> 0.000 seconds.
> no errors detected
>
> So yes, it seems to work.
Nice. Unfortunately the time is bogus since clock() measures only the main
thread. The next step is to check the performance of shared_ptr_timing_test,
using the pthreads version as a baseline.