gem5 v24.0.0.0
|
#include <statistics.hh>
Public Member Functions | |
ConstVectorNode (const T &s) | |
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 | |
VResult | vresult |
Definition at line 1649 of file statistics.hh.
|
inline |
Definition at line 1655 of file statistics.hh.
|
inlinevirtual |
Return the result vector of this subtree.
Implements gem5::statistics::Node.
Definition at line 1656 of file statistics.hh.
References gem5::statistics::ConstVectorNode< T >::vresult.
|
inlinevirtual |
Return the number of nodes in the subtree starting at this node.
Implements gem5::statistics::Node.
Definition at line 1668 of file statistics.hh.
References gem5::statistics::ConstVectorNode< T >::vresult.
Referenced by gem5::statistics::ConstVectorNode< T >::str(), and gem5::statistics::ConstVectorNode< T >::total().
|
inlinevirtual |
Implements gem5::statistics::Node.
Definition at line 1670 of file statistics.hh.
References gem5::csprintf(), gem5::ArmISA::i, gem5::statistics::ConstVectorNode< T >::size(), and gem5::statistics::ConstVectorNode< T >::vresult.
|
inlinevirtual |
Return the total of the result vector.
Implements gem5::statistics::Node.
Definition at line 1659 of file statistics.hh.
References gem5::ArmISA::i, gem5::statistics::ConstVectorNode< T >::size(), and gem5::statistics::ConstVectorNode< T >::vresult.
|
private |
Definition at line 1652 of file statistics.hh.
Referenced by gem5::statistics::ConstVectorNode< T >::result(), gem5::statistics::ConstVectorNode< T >::size(), gem5::statistics::ConstVectorNode< T >::str(), and gem5::statistics::ConstVectorNode< T >::total().