wrench::SimulationTimestampDiskReadStart

class wrench::SimulationTimestampDiskReadStart : public wrench::SimulationTimestampDiskRead

A simulation timestamp class for disk read start times.

Public Functions

SimulationTimestampDiskReadStart(double date, std::string hostname, std::string mount, double bytes, int counter)

Constructor.

Parameters
  • date – the date

  • hostname – hostname of disk being read

  • mount – mount point of disk being read

  • bytes – number of bytes read

  • counter – an integer ID

Throws

std::invalid_argument