Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Before you can decide what solution is best (and before we can give anything other than vague recommendations), the following questions need to be answered:
  • To estimate time left, you need a way to estimate the total time of the process? How do you plan to do that?
  • If estimated time is proportional to some units (e.g. bytes transfered), what are those unit and how do you measure them?
  • Sometimes initial estimates can be horribly wrong and need to be readjusted. Does this fit your case, and if so, what algorithm will you use to do the readjustment? More specifically, what information does that algorithm rely on? Do you need a solution that will let you adjust the expected time for the process?
  • Does the interface for displaying the time lapsed/time to completion matter? Do you want a GUI interface? Is a line to stdout/stderr enough?

The tools you have listed do not answer those questions. Time::Elapse provides a simple functional interfaces for lapsed time but does not tell you what time remains. Time::Progress provides an object that tracks lapsed time and compares it to time for completion. It provides some methods for setting and revising estimates, but doesn't do the estimating for you.

Best, beth


In reply to Re: Time modules by ELISHEVA
in thread Time modules by mikejones

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (2)
As of 2024-04-20 05:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found