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 );

-- 
 <[EMAIL PROTECTED]>

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to