Cloudslab / cloudsim

CloudSim: A Framework For Modeling And Simulation Of Cloud Computing Infrastructures And Services
http://www.cloudbus.org/cloudsim/
807 stars 488 forks source link

Print Total Migration Time and Energy in results #137

Open Sabir97 opened 4 years ago

Sabir97 commented 4 years ago

Print two new lines in simulation results, one for the total migration time and another for the total migration energy. these metrics are calculated in the class PowerDatacenter, and we retrieve them using the getMigrationTime() and getMigrationEnergy() methods which i added previously in the PowerDatacenter Class.