gem5
|
Callback class used for collating statistics from all the controller of this type. More...
#include <AbstractController.hh>
Public Member Functions | |
virtual | ~StatsCallback () |
StatsCallback (AbstractController *_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 | |
AbstractController * | 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 179 of file AbstractController.hh.
|
inlinevirtual |
Definition at line 185 of file AbstractController.hh.
|
inline |
Definition at line 186 of file AbstractController.hh.
|
inlinevirtual |
virtual process function that is invoked when the callback queue is executed.
Implements Callback.
Definition at line 187 of file AbstractController.hh.
References AbstractController::collateStats(), and ctr.
|
private |
Definition at line 182 of file AbstractController.hh.
Referenced by process().