Cloudslab / iFogSim1

The iFogSim Toolkit for Modeling and Simulation of Resource Management Techniques in Internet of Things, Edge and Fog Computing Environments
181 stars 117 forks source link

Fixes calculation of the execution time in CleanFromJson.java #10

Open neeooh opened 5 years ago

neeooh commented 5 years ago

Before the fix, setSimulationStartTime() was never called out and, therefore, SimulationStartTime was always set to 0. This resulted in incorrect calculation of Execution Time.