gem5
v19.0.0.0
|
#include <statistics.hh>
Public Member Functions | |
const VResult & | result () const |
Result | total () const |
VectorProxy (Stat &s, off_type o, size_type l) | |
VectorProxy (const VectorProxy &sp) | |
const VectorProxy & | operator= (const VectorProxy &sp) |
ScalarProxy< Stat > | operator[] (off_type index) |
size_type | size () const |
Private Member Functions | |
Stat::Storage * | data (off_type index) |
const Stat::Storage * | data (off_type index) const |
Private Attributes | |
Stat & | stat |
off_type | offset |
size_type | len |
VResult | vec |
Definition at line 1173 of file statistics.hh.
|
inline |
Definition at line 1219 of file statistics.hh.
|
inline |
Definition at line 1224 of file statistics.hh.
|
inlineprivate |
Definition at line 1184 of file statistics.hh.
|
inlineprivate |
Definition at line 1191 of file statistics.hh.
|
inline |
Definition at line 1230 of file statistics.hh.
References Stats::VectorProxy< Stat >::len, Stats::VectorProxy< Stat >::offset, and Stats::VectorProxy< Stat >::stat.
|
inline |
Definition at line 1239 of file statistics.hh.
References MipsISA::index.
|
inline |
Definition at line 1199 of file statistics.hh.
|
inline |
Definition at line 1245 of file statistics.hh.
References ArmISA::len.
|
inline |
Definition at line 1210 of file statistics.hh.
References data, ArmISA::i, and Stats::total.
|
private |
Definition at line 1178 of file statistics.hh.
Referenced by Stats::VectorProxy< Stat >::operator=().
|
private |
Definition at line 1177 of file statistics.hh.
Referenced by Stats::VectorProxy< Stat >::operator=().
|
private |
Definition at line 1176 of file statistics.hh.
Referenced by Stats::VectorProxy< Stat >::operator=().
|
mutableprivate |
Definition at line 1181 of file statistics.hh.