Quote:
Originally Posted by OpenLoop
Try calculating how much data per second each process can load (Amount of data/Load delay assuming the load delay is the total amount it takes to load the amount of data the process holds). You can then use that ratio to sort the processes in ascending order.
|
I'm not quite sure what you mean, i already know the amount of time it takes for the process to long, do you mean just load them in order of load time, the shortest load time being first and the longest being last?
As this takes 19 seconds to get all the data back from the processes.
I have put the output into a excel sheet and i can see a way to order these process so that they can load in 16 seconds.
As a note, when the process turns green (in the image) the process has release resources that are needed to load another process, but will still take time to output all of it's data. sometime in bursts because of a timer within the process.