Searched refs:getStaticPower (Results 1 - 6 of 6) sorted by relevance

/gem5/src/sim/
H A Dsub_system.cc64 SubSystem::getStaticPower() const function in class:SubSystem
68 ret += obj->getStaticPower();
H A Dsub_system.hh67 double getStaticPower() const;
/gem5/src/sim/power/
H A Dpower_model.hh75 virtual double getStaticPower() const = 0;
96 .method(this, &PowerModelState::getStaticPower)
137 double getStaticPower() const;
147 .method(this, &PowerModel::getStaticPower)
H A Dmathexpr_powermodel.hh76 double getStaticPower() const { return eval(st_expr); } function in class:MathExprPowerModel
H A Dpower_model.cc125 PowerModel::getStaticPower() const function in class:PowerModel
150 power += states_pm[i]->getStaticPower() * w[i + 1];
H A Dthermal_domain.cc116 double power = subsystem->getDynamicPower() + subsystem->getStaticPower();

Completed in 8 milliseconds