$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Robin.Hu (huxw_at_[hidden])
Date: 2003-04-24 10:41:39
hi boosters:
I just found that boost::progress_timer behaviors different from
win32 to posix. This is because the clock function's return is not same
on these two platformes. Do you all think this is a bug, or a intented
featuer?
man 3 clock
DESCRIPTION
The clock() function determines the amount of processor time used since
~~~~~~~~~~~~~~
the invocation of the calling process, measured in CLOCKS_PER_SECs of a
second.
MSDN April 2003
Calculates the wall-clock time used by the calling process.
~~~~~~~~~~~~~~~
clock_t clock( void );
-- <huxw_at_[hidden]>