gem5 v24.0.0.0
|
#include <statistics.hh>
Public Member Functions | |
InfoProxy (Stat &stat) | |
bool | check () const |
void | prepare () |
void | reset () |
void | visit (Output &visitor) |
bool | zero () const |
Protected Attributes | |
Stat & | s |
Definition at line 98 of file statistics.hh.
|
inline |
Definition at line 104 of file statistics.hh.
|
inline |
Definition at line 106 of file statistics.hh.
References gem5::statistics::InfoProxy< Stat, Base >::s.
|
inline |
Definition at line 107 of file statistics.hh.
References gem5::statistics::InfoProxy< Stat, Base >::s.
|
inline |
Definition at line 108 of file statistics.hh.
References gem5::statistics::InfoProxy< Stat, Base >::s.
|
inline |
Definition at line 110 of file statistics.hh.
References gem5::statistics::Output::visit().
|
inline |
Definition at line 114 of file statistics.hh.
References gem5::statistics::InfoProxy< Stat, Base >::s.
|
protected |
Definition at line 101 of file statistics.hh.
Referenced by gem5::statistics::InfoProxy< Stat, Base >::check(), gem5::statistics::InfoProxy< Stat, Base >::prepare(), gem5::statistics::InfoProxy< Stat, Base >::reset(), and gem5::statistics::InfoProxy< Stat, Base >::zero().