|
gem5
v19.0.0.0
|
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 218 of file AbstractController.hh.
|
inlinevirtual |
Definition at line 224 of file AbstractController.hh.
|
inline |
Definition at line 225 of file AbstractController.hh.
|
inlinevirtual |
virtual process function that is invoked when the callback queue is executed.
Implements Callback.
Definition at line 226 of file AbstractController.hh.
References AbstractController::collateStats().
|
private |
Definition at line 221 of file AbstractController.hh.