wrench::SimulationTimestampDiskWriteStart
-
class SimulationTimestampDiskWriteStart : public wrench::SimulationTimestampDiskWrite
A simulation timestamp class for disk write start times.
Public Functions
-
SimulationTimestampDiskWriteStart(double date, std::string hostname, std::string mount, sg_size_t bytes, int counter)
Constructor.
- Parameters:
date – the date
hostname – hostname of disk being write
mount – mount point of disk being write
bytes – number of bytes write
counter – an integer ID
-
SimulationTimestampDiskWriteStart(double date, std::string hostname, std::string mount, sg_size_t bytes, int counter)