Searched refs:first_act_cycle_banks (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/drampower/src/
H A DCmdHandlers.cc121 std::fill(first_act_cycle_banks.begin(), first_act_cycle_banks.end(), timestamp);
166 actcyclesBanks[bank] += zero_guard(timestamp - first_act_cycle_banks[bank], "first_act_cycle is in the future (bank).");
210 actcyclesBanks[b] += zero_guard(timestamp - first_act_cycle_banks[b], "first_act_cycle is in the future (bank).");
240 actcyclesBanks[b] += zero_guard(timestamp - first_act_cycle_banks[b], "first_act_cycle is in the future (bank).");
261 actcyclesBanks[b] += zero_guard(timestamp - first_act_cycle_banks[b], "first_act_cycle is in the future (bank).");
324 std::fill(first_act_cycle_banks.begin(), first_act_cycle_banks.end(), timestamp);
577 actcyclesBanks[b] += zero_guard(timestamp - first_act_cycle_banks[b], "first_act_cycle is in the future (bank)");
H A DCommandAnalysis.cc76 first_act_cycle_banks.resize(static_cast<size_t>(nBanks), 0);
126 std::fill(first_act_cycle_banks.begin(), first_act_cycle_banks.end(), timestamp);
H A DCommandAnalysis.h201 std::vector<int64_t> first_act_cycle_banks; member in class:Data::CommandAnalysis

Completed in 9 milliseconds