Your browser was unable to load all of the resources. They may
have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.
Hi Robin
Once a build is fired a progressbar shows up between 0-100%, For my setup this is inaccurate. How do I control this progress bar by reporting accurate values in several stages of the build ?
thanks
-Puneet
-
replies
3
-
views
2771
-
stars
0
-
Hi Puneet,
The progress is calculated by comparing current elapsed time against total time of last successful build. It is possible that it is inaccurate. Can you describe more about your idea of "control this progress bar by reporting accurate values in several stages of the build"?
Regards
Robin
Hi Robin
One option would be to return specifiers such as "Progress" as stdout for a build. Other option is to set max limits of progress at each stages (20,40,80,100), QB will not go beyond that threshold. Compilation is tricky and file based, (other factors such as node performance... etc) if QB can keep track of number of files compiled by parsing stdout, we can use that to calculate progress delta.
thanks
-Puneet
Thanks for the explanation. An improvement request is created to track this:
http://track.pmease.com/browse/QB-487