gem5
|
Public Member Functions | |
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... | |
Additional Inherited Members | |
Protected Member Functions inherited from Callback | |
virtual void | autoDestruct () |
Definition at line 76 of file stat_control.cc.
|
inlinevirtual |
virtual process function that is invoked when the callback queue is executed.
Implements Callback.
Definition at line 78 of file stat_control.cc.
References curTick(), Time::setTimer(), and Stats::startTick.