gem5
|
Callback class used for collating statistics from all the controller of this type. More...
Public Member Functions | |
virtual | ~StatsCallback () |
StatsCallback (Network *_ctr) | |
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 | |
Network * | ctr |
Additional Inherited Members | |
Protected Member Functions inherited from Callback | |
virtual void | autoDestruct () |
Callback class used for collating statistics from all the controller of this type.
Definition at line 125 of file Network.hh.
|
inlinevirtual |
Definition at line 131 of file Network.hh.
|
inline |
Definition at line 133 of file Network.hh.
|
inlinevirtual |
virtual process function that is invoked when the callback queue is executed.
Implements Callback.
Definition at line 138 of file Network.hh.
References Network::collateStats(), and ctr.
|
private |
Definition at line 128 of file Network.hh.
Referenced by process().