WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A simulation timestamp class for energy consumption. More...
#include <SimulationTimestampTypes.h>
Public Member Functions | |
double | getConsumption () |
Get the energy consumption in joules. More... | |
std::string | getHostname () |
Get the hostname associated with this timestamp. 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 energy consumption.
double wrench::SimulationTimestampEnergyConsumption::getConsumption | ( | ) |
Get the energy consumption in joules.
std::string wrench::SimulationTimestampEnergyConsumption::getHostname | ( | ) |
Get the hostname associated with this timestamp.