wildd0g
wildd0g
CloudletSchedulerSpaceShare's getCurrentRequestedMips() gives a return based on getCurrentMipsShare(). However, getCurrentMipsShare() returns the double list currentMipsShare of the base CloudletScheduler, which in turn is set by the base setCurrentMipsShare(mipsShare). This method...
Datacenter adds the file transfer time to the estimated estimatedFinishTime when sending a cloudlet to a vm's scheduler . ``` double estimatedFinishTime = scheduler.cloudletSubmit(cl, fileTransferTime); // if this cloudlet is...
updatePeProvisioning(), a method in VmSchedulerTimeShared, uses updatePeProvisioning() to update the peMap, a map which links a key vm to a list of Host PE's that are assinged to that VM....
HostDynamicWorkload.java uses vm.getMips() as a measure of how mich mips a vm can use at maximum, most prominently at the logging section of updateVmsProcessing(double currentTime). However, vm.getMips() retruns the variable...
Heya, small visual glitch I've found. If the current step is still filling the Message schedule, and you edit/append the input, the correct representation of the next word/next step in...