icyphy / ptII

Ptolemy II is an open-source software framework supporting experimentation with actor-oriented design.
https://ptolemy.eecs.berkeley.edu/ptolemyII
Other
101 stars 43 forks source link

Better status messages while running (# of iterations, time to complete) #171

Open cxbrooks opened 15 years ago

cxbrooks commented 15 years ago

Note: the issue was created automatically with bugzilla2github tool

Original bug ID: BZ#272 From: @cxbrooks Reported version: 7.1.devel CC: pt-dev@chess.eecs.berkeley.edu

cxbrooks commented 15 years ago

It would be nice if we there was a way to get more information about the runtime status of a model such as: -Iteration #N of #M. -Estimated time to completion -Time of this iteration -Worst time for an iteration this run etc.

We should make this data available, perhaps via a listener. Don't focus on messages, focus instead on making the data available.