gem5
v20.0.0.3
|
#include <statistics.hh>
Public Member Functions | |
UnaryNode (NodePtr &p) | |
const VResult & | result () const |
Return the result vector of this subtree. More... | |
Result | total () const |
Return the total of the result vector. More... | |
size_type | size () const |
Return the number of nodes in the subtree starting at this node. More... | |
std::string | str () const |
![]() | |
virtual | ~Node () |
Public Attributes | |
NodePtr | l |
VResult | vresult |
Definition at line 2297 of file statistics.hh.
|
inline |
Definition at line 2304 of file statistics.hh.
|
inlinevirtual |
Return the result vector of this subtree.
Implements Stats::Node.
Definition at line 2307 of file statistics.hh.
References ArmISA::i, and X86ISA::op.
|
inlinevirtual |
Return the number of nodes in the subtree starting at this node.
Implements Stats::Node.
Definition at line 2332 of file statistics.hh.
|
inlinevirtual |
Implements Stats::Node.
Definition at line 2335 of file statistics.hh.
|
inlinevirtual |
Return the total of the result vector.
Implements Stats::Node.
Definition at line 2323 of file statistics.hh.
References ArmISA::i, and Stats::total.
NodePtr Stats::UnaryNode< Op >::l |
Definition at line 2300 of file statistics.hh.
|
mutable |
Definition at line 2301 of file statistics.hh.