gem5 v24.0.0.0
|
#include <statistics.hh>
Public Member Functions | |
SumNode (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 1863 of file statistics.hh.
|
inline |
Definition at line 1870 of file statistics.hh.
|
inlinevirtual |
Return the result vector of this subtree.
Implements gem5::statistics::Node.
Definition at line 1873 of file statistics.hh.
References gem5::ArmISA::i, gem5::statistics::SumNode< Op >::l, gem5::X86ISA::op, gem5::statistics::SumNode< Op >::size(), and gem5::statistics::SumNode< Op >::vresult.
Referenced by gem5::statistics::SumNode< Op >::total().
|
inlinevirtual |
Return the number of nodes in the subtree starting at this node.
Implements gem5::statistics::Node.
Definition at line 1904 of file statistics.hh.
Referenced by gem5::statistics::SumNode< Op >::result(), and gem5::statistics::SumNode< Op >::total().
|
inlinevirtual |
Implements gem5::statistics::Node.
Definition at line 1907 of file statistics.hh.
References gem5::csprintf(), and gem5::statistics::SumNode< Op >::l.
|
inlinevirtual |
Return the total of the result vector.
Implements gem5::statistics::Node.
Definition at line 1889 of file statistics.hh.
References gem5::ArmISA::i, gem5::statistics::SumNode< Op >::l, gem5::X86ISA::op, gem5::statistics::SumNode< Op >::result(), and gem5::statistics::SumNode< Op >::size().
NodePtr gem5::statistics::SumNode< Op >::l |
Definition at line 1866 of file statistics.hh.
Referenced by gem5::statistics::SumNode< Op >::result(), gem5::statistics::SumNode< Op >::str(), and gem5::statistics::SumNode< Op >::total().
|
mutable |
Definition at line 1867 of file statistics.hh.
Referenced by gem5::statistics::SumNode< Op >::result().