Please i am working on a project of task scheduling and optimization in cloud by using java for implementation and cloudsim for simulations. I tried getting the total simulation time using the method below
CloudSim.clock()
But i kept getting 0.0 as the value returned by the above method. Can someone help me with what might have caused this or maybe another method that i can use to get the total simulation time
thanks