Subject: [Boost-bugs] [Boost C++ Libraries] #2985: Progress Display Remaining Time
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-05-03 21:17:35
#2985: Progress Display Remaining Time
-------------------------------------+--------------------------------------
Reporter: daviddoria_at_[hidden] | Owner: bemandawes
Type: Feature Requests | Status: new
Milestone: Boost 1.39.0 | Component: timer
Version: Boost Development Trunk | Severity: Not Applicable
Keywords: Remaining Time |
-------------------------------------+--------------------------------------
It would be nice if the progress bar could calculate the estimated time
remaining. There would have to be some kind of assumption about the
uniformity of the remaining computations, but often I have a simple loop
for(i = 0; i < 1e6; i++)
where I am doing the same thing in each iteration, so if I am 50% complete
after 10 minutes, I expect to be done in about another 10 minutes.
Of course this is not the case with all loops, but if the thing being
timed is known not to exhibit that behavior, then this shouldn't be used.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/2985> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:00 UTC