$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Benoît Dagon (benoit.dagon_at_[hidden])
Date: 2007-12-11 11:25:12
Hi,
boost::timer::elapsed() return a time in second. If you wait only 10 ms
second you'll not see anything. Try with sleep(10000)...
Cheers
~Benoît