Details
-
New Feature
-
Status: Active
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
It would be useful to have a much more visual representation of the progress of a workunit. A few extra states could be added to give more granularity, and each state often has a range of substates. E.g.,
Add Parsing, Generating states in addition to Compiling.
Then for each state add the ability to indicate a maximum number of sub-states. E.g.,
For compiling, number of c++ files.
For running number of graphs/subgraphs. (Would each graph increase the main progress, and each subgraph the child???)
Display a progress bar for the state as well as the name of the state.
Display a secondary progress bar for progress within that state.
- eclcc will need to feedback progress information so that eclccserver could update the state.
- What about progress for jobs where much of the time is spraying files?