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

/gem5/ext/drampower/src/
H A DCmdHandlers.cc236 pdn_cycle = timestamp;
257 pdn_cycle = timestamp;
276 pdn_cycle = timestamp;
290 pdn_cycle = timestamp;
306 f_act_pdcycles += zero_guard(timestamp - pdn_cycle, "pdn_cycle is in the future.");
310 s_act_pdcycles += zero_guard(timestamp - pdn_cycle, "pdn_cycle is in the future.");
334 f_pre_pdcycles += zero_guard(timestamp - pdn_cycle, "pdn_cycle i
[all...]
H A DCommandAnalysis.h192 int64_t pdn_cycle; member in class:Data::CommandAnalysis
H A DCommandAnalysis.cc129 pdn_cycle = timestamp;

Completed in 15 milliseconds