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

/gem5/ext/drampower/src/
H A DCmdHandlers.cc71 first_act_cycle = timestamp;
120 first_act_cycle = timestamp;
166 actcyclesBanks[bank] += zero_guard(timestamp - first_act_cycle_banks[bank], "first_act_cycle is in the future (bank).");
174 actcycles += zero_guard(timestamp - first_act_cycle, "first_act_cycle is in the future.");
203 actcycles += zero_guard(timestamp - first_act_cycle, "first_act_cycle is in the future.");
210 actcyclesBanks[b] += zero_guard(timestamp - first_act_cycle_banks[b], "first_act_cycle is in the future (bank).");
237 actcycles += zero_guard(timestamp - first_act_cycle, "first_act_cycle i
[all...]
H A DCommandAnalysis.h200 int64_t first_act_cycle; member in class:Data::CommandAnalysis
H A DCommandAnalysis.cc127 first_act_cycle = timestamp;

Completed in 7 milliseconds