WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
This is the complete list of members for wrench::SimulationOutput, including all inherited members.
addTimestamp(T *timestamp) | wrench::SimulationOutput | inline |
addTimestampDiskReadCompletion(double date, std::string hostname, std::string mount, double bytes, int unique_sequence_number) | wrench::SimulationOutput | |
addTimestampDiskReadFailure(double date, std::string hostname, std::string mount, double bytes, int unique_sequence_number) | wrench::SimulationOutput | |
addTimestampDiskReadStart(double date, std::string hostname, std::string mount, double bytes, int unique_sequence_number) | wrench::SimulationOutput | |
addTimestampDiskWriteCompletion(double date, std::string hostname, std::string mount, double bytes, int unique_sequence_number) | wrench::SimulationOutput | |
addTimestampDiskWriteFailure(double date, std::string hostname, std::string mount, double bytes, int unique_sequence_number) | wrench::SimulationOutput | |
addTimestampDiskWriteStart(double date, std::string hostname, std::string mount, double bytes, int unique_sequence_number) | wrench::SimulationOutput | |
addTimestampEnergyConsumption(double date, std::string hostname, double joules) | wrench::SimulationOutput | |
addTimestampFileCopyCompletion(double date, std::shared_ptr< DataFile >file, std::shared_ptr< FileLocation > src, std::shared_ptr< FileLocation > dst) | wrench::SimulationOutput | |
addTimestampFileCopyFailure(double date, std::shared_ptr< DataFile >file, std::shared_ptr< FileLocation > src, std::shared_ptr< FileLocation > dst) | wrench::SimulationOutput | |
addTimestampFileCopyStart(double date, std::shared_ptr< DataFile >file, std::shared_ptr< FileLocation > src, std::shared_ptr< FileLocation > dst) | wrench::SimulationOutput | |
addTimestampFileReadCompletion(double date, std::shared_ptr< DataFile >file, std::shared_ptr< FileLocation > src, std::shared_ptr< StorageService > service, std::shared_ptr< WorkflowTask >task=nullptr) | wrench::SimulationOutput | |
addTimestampFileReadFailure(double date, std::shared_ptr< DataFile >file, std::shared_ptr< FileLocation > src, std::shared_ptr< StorageService > service, std::shared_ptr< WorkflowTask >task=nullptr) | wrench::SimulationOutput | |
addTimestampFileReadStart(double date, std::shared_ptr< DataFile >file, std::shared_ptr< FileLocation > src, std::shared_ptr< StorageService > service, std::shared_ptr< WorkflowTask >task=nullptr) | wrench::SimulationOutput | |
addTimestampFileWriteCompletion(double date, std::shared_ptr< DataFile >file, std::shared_ptr< FileLocation > src, std::shared_ptr< StorageService > service, std::shared_ptr< WorkflowTask >task=nullptr) | wrench::SimulationOutput | |
addTimestampFileWriteFailure(double date, std::shared_ptr< DataFile >file, std::shared_ptr< FileLocation > src, std::shared_ptr< StorageService > service, std::shared_ptr< WorkflowTask >task=nullptr) | wrench::SimulationOutput | |
addTimestampFileWriteStart(double date, std::shared_ptr< DataFile >file, std::shared_ptr< FileLocation > src, std::shared_ptr< StorageService > service, std::shared_ptr< WorkflowTask >task=nullptr) | wrench::SimulationOutput | |
addTimestampLinkUsage(double date, std::string linkname, double bytes_per_second) | wrench::SimulationOutput | |
addTimestampPstateSet(double date, std::string hostname, int pstate) | wrench::SimulationOutput | |
addTimestampTaskCompletion(double date, std::shared_ptr< WorkflowTask >task) | wrench::SimulationOutput | |
addTimestampTaskFailure(double date, std::shared_ptr< WorkflowTask >task) | wrench::SimulationOutput | |
addTimestampTaskStart(double date, std::shared_ptr< WorkflowTask >task) | wrench::SimulationOutput | |
addTimestampTaskTermination(double date, std::shared_ptr< WorkflowTask >task) | wrench::SimulationOutput | |
dumpDiskOperationsJSON(std::string file_path, bool writing_file=true) | wrench::SimulationOutput | |
dumpHostEnergyConsumptionJSON(std::string file_path, bool writing_file=true) | wrench::SimulationOutput | |
dumpLinkUsageJSON(std::string file_path, bool writing_file=true) | wrench::SimulationOutput | |
dumpPlatformGraphJSON(std::string file_path, bool writing_file=true) | wrench::SimulationOutput | |
dumpUnifiedJSON(std::shared_ptr< Workflow > workflow, std::string file_path, bool include_platform=false, bool include_workflow_exec=true, bool include_workflow_graph=false, bool include_energy=false, bool generate_host_utilization_layout=false, bool include_disk=false, bool include_bandwidth=false) | wrench::SimulationOutput | |
dumpWorkflowExecutionJSON(std::shared_ptr< Workflow > workflow, std::string file_path, bool generate_host_utilization_layout=false, bool writing_file=true) | wrench::SimulationOutput | |
dumpWorkflowGraphJSON(std::shared_ptr< Workflow > workflow, std::string file_path, bool writing_file=true) | wrench::SimulationOutput | |
enableBandwidthTimestamps(bool enabled) | wrench::SimulationOutput | |
enableDiskTimestamps(bool enabled) | wrench::SimulationOutput | |
enableEnergyTimestamps(bool enabled) | wrench::SimulationOutput | |
enableFileReadWriteCopyTimestamps(bool enabled) | wrench::SimulationOutput | |
enableWorkflowTaskTimestamps(bool enabled) | wrench::SimulationOutput | |
getTrace() | wrench::SimulationOutput | inline |