gem5
|
#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 1139 of file statistics.hh.
|
inline |
Definition at line 1185 of file statistics.hh.
|
inline |
Definition at line 1190 of file statistics.hh.
|
inlineprivate |
Definition at line 1150 of file statistics.hh.
References Stats::VectorProxy< Stat >::len, Stats::VectorProxy< Stat >::offset, and Stats::VectorProxy< Stat >::stat.
Referenced by Stats::VectorProxy< Stat >::result(), and Stats::VectorProxy< Stat >::total().
|
inlineprivate |
Definition at line 1157 of file statistics.hh.
References Stats::VectorProxy< Stat >::len, Stats::VectorProxy< Stat >::offset, and Stats::VectorProxy< Stat >::stat.
|
inline |
Definition at line 1196 of file statistics.hh.
References Stats::VectorProxy< Stat >::len, Stats::VectorProxy< Stat >::offset, and Stats::VectorProxy< Stat >::stat.
|
inline |
Definition at line 1205 of file statistics.hh.
References MipsISA::index, Stats::VectorProxy< Stat >::offset, Stats::VectorProxy< Stat >::size(), and Stats::VectorProxy< Stat >::stat.
|
inline |
Definition at line 1165 of file statistics.hh.
References Stats::VectorProxy< Stat >::data(), ArmISA::i, Stats::VectorProxy< Stat >::size(), and Stats::VectorProxy< Stat >::vec.
|
inline |
Definition at line 1211 of file statistics.hh.
References Stats::VectorProxy< Stat >::len.
Referenced by Stats::VectorProxy< Stat >::operator[](), Stats::VectorProxy< Stat >::result(), and Stats::VectorProxy< Stat >::total().
|
inline |
Definition at line 1176 of file statistics.hh.
References Stats::VectorProxy< Stat >::data(), ArmISA::i, and Stats::VectorProxy< Stat >::size().
|
private |
Definition at line 1144 of file statistics.hh.
Referenced by Stats::VectorProxy< Stat >::data(), Stats::VectorProxy< Stat >::operator=(), and Stats::VectorProxy< Stat >::size().
|
private |
Definition at line 1143 of file statistics.hh.
Referenced by Stats::VectorProxy< Stat >::data(), Stats::VectorProxy< Stat >::operator=(), and Stats::VectorProxy< Stat >::operator[]().
|
private |
Definition at line 1142 of file statistics.hh.
Referenced by Stats::VectorProxy< Stat >::data(), Stats::VectorProxy< Stat >::operator=(), and Stats::VectorProxy< Stat >::operator[]().
|
mutableprivate |
Definition at line 1147 of file statistics.hh.
Referenced by Stats::VectorProxy< Stat >::result().