Research breakthrough possible @S-Logix pro@slogix.in

Office Address

  • 2nd Floor, #7a, High School Road, Secretariat Colony Ambattur, Chennai-600053 (Landmark: SRM School) Tamil Nadu, India
  • pro@slogix.in
  • +91- 81240 01111

Social List

How to calculate the Waiting and Response time of a cloudlet?

  • Let <strong>"cloudlet"</strong> be the Cloudlet executingResponse time for each cloudlet:cloudlet.getFinishTime() – cloudlet.getSubmissionTime();

    And waiting time for each cloudlet:

    cloudlet.getStartTime() – cloudlet.getSubmissionTime();