gem5 v24.0.0.0
|
#include <statistics.hh>
Public Member Functions | |
ScalarProxyNode (const ScalarProxy< Stat > &p) | |
const VResult & | result () const |
Return the result vector of this subtree. | |
Result | total () const |
Return the total of the result vector. | |
size_type | size () const |
Return the number of nodes in the subtree starting at this node. | |
std::string | str () const |
Public Member Functions inherited from gem5::statistics::Node | |
virtual | ~Node () |
Private Attributes | |
const ScalarProxy< Stat > | proxy |
VResult | vresult |
Definition at line 1579 of file statistics.hh.
|
inline |
Definition at line 1586 of file statistics.hh.
|
inlinevirtual |
Return the result vector of this subtree.
Implements gem5::statistics::Node.
Definition at line 1591 of file statistics.hh.
References gem5::statistics::ScalarProxyNode< Stat >::proxy, and gem5::statistics::ScalarProxyNode< Stat >::vresult.
|
inlinevirtual |
Return the number of nodes in the subtree starting at this node.
Implements gem5::statistics::Node.
Definition at line 1604 of file statistics.hh.
|
inlinevirtual |
Implements gem5::statistics::Node.
Definition at line 1613 of file statistics.hh.
References gem5::statistics::ScalarProxyNode< Stat >::proxy.
|
inlinevirtual |
Return the total of the result vector.
Implements gem5::statistics::Node.
Definition at line 1598 of file statistics.hh.
References gem5::statistics::ScalarProxyNode< Stat >::proxy.
|
private |
Definition at line 1582 of file statistics.hh.
Referenced by gem5::statistics::ScalarProxyNode< Stat >::result(), gem5::statistics::ScalarProxyNode< Stat >::str(), and gem5::statistics::ScalarProxyNode< Stat >::total().
|
mutableprivate |
Definition at line 1583 of file statistics.hh.
Referenced by gem5::statistics::ScalarProxyNode< Stat >::result().