
#include <ckgraph.h>

Public Member Functions | |
| ProcInfo () | |
| ProcInfo (int i, double ov, double tl, double sp, bool avail) | |
| int | getProcId () |
| void | setProcId (int _id) |
| double | getTotalLoad () |
| double & | overhead () |
| double & | totalLoad () |
| double & | pe_speed () |
| bool | isAvailable () |
Private Attributes | |
| int | id |
| double | _overhead |
| double | _totalLoad |
| double | _pe_speed |
| bool | available |
Friends | |
| class | ProcArray |
Definition at line 20 of file ckgraph.h.
| int ProcInfo::getProcId | ( | ) | [inline] |
Definition at line 26 of file ckgraph.h.
References id.
Referenced by handleTransfer(), TreeMatchLB::work(), TempAwareGreedyLB::work(), GreedyLB::work(), and CommAwareRefineLB::work().
| double ProcInfo::getTotalLoad | ( | ) | [inline] |
Definition at line 28 of file ckgraph.h.
References _totalLoad.
Referenced by ProcLoadGreater::operator()(), updateLoadInfo(), and TempAwareGreedyLB::work().
| double& ProcInfo::overhead | ( | ) | [inline] |
| double& ProcInfo::totalLoad | ( | ) | [inline] |
Definition at line 33 of file ckgraph.h.
References _totalLoad.
Referenced by handleTransfer(), ProcLoadGreater::operator()(), TreeMatchLB::work(), and GreedyLB::work().
| double& ProcInfo::pe_speed | ( | ) | [inline] |
| bool ProcInfo::isAvailable | ( | ) | [inline] |
int ProcInfo::id [private] |
double ProcInfo::_overhead [private] |
double ProcInfo::_totalLoad [private] |
double ProcInfo::_pe_speed [private] |
bool ProcInfo::available [private] |
1.5.5