gem5 v24.0.0.0
|
#include <statistics.hh>
Public Member Functions | |
DistProxy (Stat &s, off_type i) | |
DistProxy (const DistProxy &sp) | |
const DistProxy & | operator= (const DistProxy &sp) |
template<typename U > | |
void | sample (const U &v, int n=1) |
size_type | size () const |
bool | zero () const |
void | reset () |
Proxy has no state. | |
Protected Member Functions | |
Stat::Storage * | data () |
const Stat::Storage * | data () const |
Private Attributes | |
Stat & | stat |
off_type | index |
Definition at line 1459 of file statistics.hh.
|
inline |
Definition at line 1470 of file statistics.hh.
|
inline |
Definition at line 1474 of file statistics.hh.
|
inlineprotected |
Definition at line 1466 of file statistics.hh.
References gem5::statistics::DistProxy< Stat >::index, and gem5::statistics::DistProxy< Stat >::stat.
Referenced by gem5::statistics::DistProxy< Stat >::sample(), and gem5::statistics::DistProxy< Stat >::zero().
|
inlineprotected |
Definition at line 1467 of file statistics.hh.
References gem5::statistics::DistProxy< Stat >::index, and gem5::statistics::DistProxy< Stat >::stat.
|
inline |
Definition at line 1479 of file statistics.hh.
References gem5::statistics::DistProxy< Stat >::index, gem5::ArmISA::sp, and gem5::statistics::DistProxy< Stat >::stat.
|
inline |
|
inline |
Definition at line 1489 of file statistics.hh.
References gem5::statistics::DistProxy< Stat >::data(), gem5::ArmISA::n, and gem5::ArmISA::v.
|
inline |
Definition at line 1495 of file statistics.hh.
|
inline |
Definition at line 1501 of file statistics.hh.
References gem5::statistics::DistProxy< Stat >::data().
|
private |
Definition at line 1463 of file statistics.hh.
Referenced by gem5::statistics::DistProxy< Stat >::data(), gem5::statistics::DistProxy< Stat >::data(), and gem5::statistics::DistProxy< Stat >::operator=().
|
private |
Definition at line 1462 of file statistics.hh.
Referenced by gem5::statistics::DistProxy< Stat >::data(), gem5::statistics::DistProxy< Stat >::data(), and gem5::statistics::DistProxy< Stat >::operator=().