SimGrid  3.16
Versatile Simulation of Distributed Systems
simgrid::plugin::HostLoad Class Reference

Public Member Functions

 HostLoad (simgrid::s4u::Host *ptr)
 
 ~HostLoad ()
 
double getCurrentLoad ()
 
double getComputedFlops ()
 
double getAverageLoad ()
 
void update ()
 
void reset ()
 

Static Public Attributes

static simgrid::xbt::Extension< simgrid::s4u::Host, HostLoadEXTENSION_ID
 

Constructor & Destructor Documentation

◆ HostLoad()

simgrid::plugin::HostLoad::HostLoad ( simgrid::s4u::Host ptr)
explicit

◆ ~HostLoad()

simgrid::plugin::HostLoad::~HostLoad ( )
default

Member Function Documentation

◆ getCurrentLoad()

double simgrid::plugin::HostLoad::getCurrentLoad ( )

◆ getComputedFlops()

double simgrid::plugin::HostLoad::getComputedFlops ( )

◆ getAverageLoad()

double simgrid::plugin::HostLoad::getAverageLoad ( )

◆ update()

void simgrid::plugin::HostLoad::update ( )

◆ reset()

void simgrid::plugin::HostLoad::reset ( )

Member Data Documentation

◆ EXTENSION_ID

simgrid::xbt::Extension< simgrid::s4u::Host, HostLoad > simgrid::plugin::HostLoad::EXTENSION_ID
static

The documentation for this class was generated from the following file: