WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A simulation timestamp class for changes in a host's pstate. More...
#include <SimulationTimestampTypes.h>
Public Member Functions | |
std::string | getHostname () |
Get the hostname associated with this timestamp. More... | |
int | getPstate () |
Get the pstate 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 changes in a host's pstate.
std::string wrench::SimulationTimestampPstateSet::getHostname | ( | ) |
Get the hostname associated with this timestamp.
int wrench::SimulationTimestampPstateSet::getPstate | ( | ) |
Get the pstate associated with this timestamp.