gem5 v24.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 1060 of file statistics.hh.
|
inline |
Definition at line 1106 of file statistics.hh.
|
inline |
Definition at line 1111 of file statistics.hh.
|
inlineprivate |
Definition at line 1071 of file statistics.hh.
References gem5::MipsISA::index, gem5::statistics::VectorProxy< Stat >::len, gem5::statistics::VectorProxy< Stat >::offset, and gem5::statistics::VectorProxy< Stat >::stat.
|
inlineprivate |
Definition at line 1078 of file statistics.hh.
References gem5::MipsISA::index, gem5::statistics::VectorProxy< Stat >::len, gem5::statistics::VectorProxy< Stat >::offset, and gem5::statistics::VectorProxy< Stat >::stat.
|
inline |
Definition at line 1117 of file statistics.hh.
References gem5::statistics::VectorProxy< Stat >::len, gem5::statistics::VectorProxy< Stat >::offset, gem5::ArmISA::sp, and gem5::statistics::VectorProxy< Stat >::stat.
|
inline |
Definition at line 1126 of file statistics.hh.
References gem5::MipsISA::index, gem5::statistics::VectorProxy< Stat >::offset, gem5::statistics::VectorProxy< Stat >::size(), and gem5::statistics::VectorProxy< Stat >::stat.
|
inline |
Definition at line 1086 of file statistics.hh.
References data, gem5::ArmISA::i, gem5::statistics::VectorProxy< Stat >::size(), and gem5::statistics::VectorProxy< Stat >::vec.
|
inline |
Definition at line 1132 of file statistics.hh.
References gem5::statistics::VectorProxy< Stat >::len.
Referenced by gem5::statistics::VectorProxy< Stat >::operator[](), gem5::statistics::VectorProxy< Stat >::result(), and gem5::statistics::VectorProxy< Stat >::total().
|
inline |
Definition at line 1097 of file statistics.hh.
References data, gem5::ArmISA::i, gem5::statistics::VectorProxy< Stat >::size(), and gem5::statistics::VectorProxy< Stat >::total().
Referenced by gem5::statistics::VectorProxy< Stat >::total().
|
private |
Definition at line 1065 of file statistics.hh.
Referenced by gem5::statistics::VectorProxy< Stat >::data(), gem5::statistics::VectorProxy< Stat >::data(), gem5::statistics::VectorProxy< Stat >::operator=(), and gem5::statistics::VectorProxy< Stat >::size().
|
private |
Definition at line 1064 of file statistics.hh.
Referenced by gem5::statistics::VectorProxy< Stat >::data(), gem5::statistics::VectorProxy< Stat >::data(), gem5::statistics::VectorProxy< Stat >::operator=(), and gem5::statistics::VectorProxy< Stat >::operator[]().
|
private |
Definition at line 1063 of file statistics.hh.
Referenced by gem5::statistics::VectorProxy< Stat >::data(), gem5::statistics::VectorProxy< Stat >::data(), gem5::statistics::VectorProxy< Stat >::operator=(), and gem5::statistics::VectorProxy< Stat >::operator[]().
|
mutableprivate |
Definition at line 1068 of file statistics.hh.
Referenced by gem5::statistics::VectorProxy< Stat >::result().