Searched refs:numberofrefbBanks (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/drampower/src/
H A DCommandAnalysis.h80 std::vector<int64_t> numberofrefbBanks; member in class:Data::CommandAnalysis
H A DCommandAnalysis.cc74 numberofrefbBanks.assign(static_cast<size_t>(nBanks), 0);
H A DCmdHandlers.cc142 numberofrefbBanks[bank]++;
H A DMemoryPowerModel.cc223 energy.refb_energy_banks[i] = vdd0Domain.calcTivEnergy(c.numberofrefbBanks[i] * tRefBlocal, idd5Blocal);
407 << endl << "#REFB commands: " << sum(c.numberofrefbBanks)

Completed in 7 milliseconds