gem5
|
Public Member Functions | |
RankDumpCallback (Rank *r) | |
virtual void | process () |
virtual process function that is invoked when the callback queue is executed. More... | |
Public Member Functions inherited from Callback | |
virtual | ~Callback () |
virtualize the destructor to make sure that the correct one gets called. More... | |
Private Attributes | |
Rank * | ranks |
Additional Inherited Members | |
Protected Member Functions inherited from Callback | |
virtual void | autoDestruct () |
Definition at line 588 of file dram_ctrl.hh.
|
inline |
Definition at line 592 of file dram_ctrl.hh.
|
inlinevirtual |
virtual process function that is invoked when the callback queue is executed.
Implements Callback.
Definition at line 593 of file dram_ctrl.hh.
References DRAMCtrl::Rank::computeStats(), and ranks.
|
private |
Definition at line 590 of file dram_ctrl.hh.
Referenced by process().