gem5 v24.0.0.0
|
#include <statistics.hh>
Public Member Functions | |
UnaryNode (NodePtr &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 () |
Public Attributes | |
NodePtr | l |
VResult | vresult |
Definition at line 1721 of file statistics.hh.
|
inline |
Definition at line 1728 of file statistics.hh.
|
inlinevirtual |
Return the result vector of this subtree.
Implements gem5::statistics::Node.
Definition at line 1731 of file statistics.hh.
References gem5::ArmISA::i, gem5::statistics::UnaryNode< Op >::l, gem5::X86ISA::op, gem5::statistics::UnaryNode< Op >::size(), and gem5::statistics::UnaryNode< Op >::vresult.
Referenced by gem5::statistics::UnaryNode< Op >::total().
|
inlinevirtual |
Return the number of nodes in the subtree starting at this node.
Implements gem5::statistics::Node.
Definition at line 1756 of file statistics.hh.
References gem5::statistics::UnaryNode< Op >::l.
Referenced by gem5::statistics::UnaryNode< Op >::result(), and gem5::statistics::UnaryNode< Op >::total().
|
inlinevirtual |
Implements gem5::statistics::Node.
Definition at line 1759 of file statistics.hh.
References gem5::statistics::UnaryNode< Op >::l.
|
inlinevirtual |
Return the total of the result vector.
Implements gem5::statistics::Node.
Definition at line 1747 of file statistics.hh.
References gem5::ArmISA::i, gem5::statistics::UnaryNode< Op >::result(), gem5::statistics::UnaryNode< Op >::size(), gem5::statistics::UnaryNode< Op >::total(), and gem5::PowerISA::vec.
Referenced by gem5::statistics::UnaryNode< Op >::total().
NodePtr gem5::statistics::UnaryNode< Op >::l |
Definition at line 1724 of file statistics.hh.
Referenced by gem5::statistics::UnaryNode< Op >::result(), gem5::statistics::UnaryNode< Op >::size(), and gem5::statistics::UnaryNode< Op >::str().
|
mutable |
Definition at line 1725 of file statistics.hh.
Referenced by gem5::statistics::UnaryNode< Op >::result().