wrench::SimulationTimestampDiskReadStart
-
class SimulationTimestampDiskReadStart : public wrench::SimulationTimestampDiskRead
A simulation timestamp class for disk read start times.
Public Functions
-
SimulationTimestampDiskReadStart(double date, std::string hostname, std::string mount, sg_size_t 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
-
SimulationTimestampDiskReadStart(double date, std::string hostname, std::string mount, sg_size_t bytes, int counter)