|
gem5
v19.0.0.0
|
#include <RubySystem.hh>
Public Member Functions | |
| virtual | ~RubyStatsCallback () |
| RubyStatsCallback (RubySystem *system) | |
| 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 | |
| RubySystem * | m_ruby_system |
Additional Inherited Members | |
Protected Member Functions inherited from Callback | |
| virtual void | autoDestruct () |
Definition at line 143 of file RubySystem.hh.
|
inlinevirtual |
Definition at line 149 of file RubySystem.hh.
|
inline |
Definition at line 150 of file RubySystem.hh.
|
inlinevirtual |
virtual process function that is invoked when the callback queue is executed.
Implements Callback.
Definition at line 151 of file RubySystem.hh.
References RubySystem::collateStats().
|
private |
Definition at line 146 of file RubySystem.hh.