Lines Matching defs:libDRAMPower
46 libDRAMPower::libDRAMPower(const MemorySpecification& memSpec, bool includeIoAndTermination) :
53 libDRAMPower DRAMPower = libDRAMPower(memSpec, 0, p);
56 libDRAMPower::libDRAMPower(const MemorySpecification& memSpec, bool includeIoAndTermination, const Data::MemBankWiseParams& bwPowerParams) :
64 libDRAMPower::~libDRAMPower()
68 void libDRAMPower::doCommand(MemCommand::cmds type, int bank, int64_t timestamp)
74 void libDRAMPower::updateCounters(bool lastUpdate, int64_t timestamp)
80 void libDRAMPower::calcEnergy()
86 void libDRAMPower::calcWindowEnergy(int64_t timestamp)
95 void libDRAMPower::clearState()
100 void libDRAMPower::clearCounters(int64_t timestamp)
105 const Data::MemoryPowerModel::Energy& libDRAMPower::getEnergy() const
110 const Data::MemoryPowerModel::Power& libDRAMPower::getPower() const