gem5
|
#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 |
Public Attributes | |
NodePtr | l |
VResult | vresult |
Definition at line 2267 of file statistics.hh.
|
inline |
Definition at line 2274 of file statistics.hh.
|
inlinevirtual |
Return the result vector of this subtree.
Implements Stats::Node.
Definition at line 2277 of file statistics.hh.
References ArmISA::i, Stats::UnaryNode< Op >::l, X86ISA::op, Stats::UnaryNode< Op >::size(), and Stats::UnaryNode< Op >::vresult.
Referenced by Stats::UnaryNode< Op >::total().
|
inlinevirtual |
Return the number of nodes in the subtree starting at this node.
Implements Stats::Node.
Definition at line 2302 of file statistics.hh.
References Stats::UnaryNode< Op >::l.
Referenced by Stats::UnaryNode< Op >::result(), and Stats::UnaryNode< Op >::total().
|
inlinevirtual |
Implements Stats::Node.
Definition at line 2305 of file statistics.hh.
References Stats::UnaryNode< Op >::l.
|
inlinevirtual |
Return the total of the result vector.
Implements Stats::Node.
Definition at line 2293 of file statistics.hh.
References ArmISA::i, Stats::UnaryNode< Op >::result(), and Stats::UnaryNode< Op >::size().
NodePtr Stats::UnaryNode< Op >::l |
Definition at line 2270 of file statistics.hh.
Referenced by Stats::UnaryNode< Op >::result(), Stats::UnaryNode< Op >::size(), and Stats::UnaryNode< Op >::str().
|
mutable |
Definition at line 2271 of file statistics.hh.
Referenced by Stats::UnaryNode< Op >::result().