gem5  v19.0.0.0
Public Member Functions | Private Attributes | List of all members
AbstractController::StatsCallback Class Reference

Callback class used for collating statistics from all the controller of this type. More...

#include <AbstractController.hh>

Inheritance diagram for AbstractController::StatsCallback:
Callback

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

AbstractControllerctr
 

Additional Inherited Members

- Protected Member Functions inherited from Callback
virtual void autoDestruct ()
 

Detailed Description

Callback class used for collating statistics from all the controller of this type.

Definition at line 218 of file AbstractController.hh.

Constructor & Destructor Documentation

◆ ~StatsCallback()

virtual AbstractController::StatsCallback::~StatsCallback ( )
inlinevirtual

Definition at line 224 of file AbstractController.hh.

◆ StatsCallback()

AbstractController::StatsCallback::StatsCallback ( AbstractController _ctr)
inline

Definition at line 225 of file AbstractController.hh.

Member Function Documentation

◆ process()

void AbstractController::StatsCallback::process ( )
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().

Member Data Documentation

◆ ctr

AbstractController* AbstractController::StatsCallback::ctr
private

Definition at line 221 of file AbstractController.hh.


The documentation for this class was generated from the following file:

Generated on Fri Feb 28 2020 16:27:07 for gem5 by doxygen 1.8.13