WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A simulation timestamp class for link usage. More...
#include <SimulationTimestampTypes.h>
Public Member Functions | |
std::string | getLinkname () |
Get the linkname associated with this timestamp. More... | |
double | getUsage () |
Get the bandwidth usage in bytes per second. More... | |
Public Member Functions inherited from wrench::SimulationTimestampType | |
SimulationTimestampType () | |
double | getDate () |
Retrieve the date recorded for this timestamp. More... | |
Additional Inherited Members | |
Protected Attributes inherited from wrench::SimulationTimestampType | |
double | date = -0.1 |
Date. | |
A simulation timestamp class for link usage.
std::string wrench::SimulationTimestampLinkUsage::getLinkname | ( | ) |
Get the linkname associated with this timestamp.
double wrench::SimulationTimestampLinkUsage::getUsage | ( | ) |
Get the bandwidth usage in bytes per second.