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

/gem5/ext/drampower/src/
H A DCmdHandlers.cc363 sref_ref_act_cycles_window = 0;
432 t.RP - sref_ref_act_cycles_window;
498 sref_ref_act_cycles += ref_act_cycles - sref_ref_act_cycles_window;
549 sref_ref_act_cycles += sref_duration - sref_ref_act_cycles_window;
601 sref_ref_act_cycles += rfc_minus_rp - sref_ref_act_cycles_window;
602 sref_ref_act_cycles_window = rfc_minus_rp;
614 sref_ref_act_cycles += rfc_minus_rp - sref_ref_act_cycles_window;
615 sref_ref_act_cycles_window = rfc_minus_rp;
621 sref_ref_act_cycles_window += timestamp - sref_cycle_window;
H A DCommandAnalysis.h122 int64_t sref_ref_act_cycles_window; member in class:Data::CommandAnalysis
H A DCommandAnalysis.cc144 sref_ref_act_cycles_window = 0;

Completed in 9 milliseconds