gem5
|
#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 156 of file RubySystem.hh.
|
inlinevirtual |
Definition at line 162 of file RubySystem.hh.
|
inline |
Definition at line 163 of file RubySystem.hh.
|
inlinevirtual |
virtual process function that is invoked when the callback queue is executed.
Implements Callback.
Definition at line 164 of file RubySystem.hh.
References RubySystem::collateStats(), and m_ruby_system.
|
private |
Definition at line 159 of file RubySystem.hh.
Referenced by process().