gem5
v20.0.0.3
|
#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 1170 of file statistics.hh.
|
inline |
Definition at line 1216 of file statistics.hh.
|
inline |
Definition at line 1221 of file statistics.hh.
|
inlineprivate |
Definition at line 1181 of file statistics.hh.
|
inlineprivate |
Definition at line 1188 of file statistics.hh.
|
inline |
Definition at line 1227 of file statistics.hh.
References Stats::VectorProxy< Stat >::len, Stats::VectorProxy< Stat >::offset, and Stats::VectorProxy< Stat >::stat.
|
inline |
Definition at line 1236 of file statistics.hh.
References MipsISA::index.
|
inline |
Definition at line 1196 of file statistics.hh.
|
inline |
Definition at line 1242 of file statistics.hh.
References ArmISA::len.
|
inline |
Definition at line 1207 of file statistics.hh.
References data, ArmISA::i, and Stats::total.
|
private |
Definition at line 1175 of file statistics.hh.
Referenced by Stats::VectorProxy< Stat >::operator=().
|
private |
Definition at line 1174 of file statistics.hh.
Referenced by Stats::VectorProxy< Stat >::operator=().
|
private |
Definition at line 1173 of file statistics.hh.
Referenced by Stats::VectorProxy< Stat >::operator=().
|
mutableprivate |
Definition at line 1178 of file statistics.hh.