gem5
v20.1.0.0
|
#include <statistics.hh>
Public Member Functions | |
SumNode (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 Member Functions inherited from Stats::Node | |
virtual | ~Node () |
Public Attributes | |
NodePtr | l |
VResult | vresult |
Definition at line 2467 of file statistics.hh.
|
inline |
Definition at line 2474 of file statistics.hh.
|
inlinevirtual |
Return the result vector of this subtree.
Implements Stats::Node.
Definition at line 2477 of file statistics.hh.
References ArmISA::i, Stats::SumNode< Op >::l, X86ISA::op, Stats::SumNode< Op >::size(), and Stats::SumNode< Op >::vresult.
Referenced by Stats::SumNode< Op >::total().
|
inlinevirtual |
Return the number of nodes in the subtree starting at this node.
Implements Stats::Node.
Definition at line 2508 of file statistics.hh.
Referenced by Stats::SumNode< Op >::result(), and Stats::SumNode< Op >::total().
|
inlinevirtual |
Implements Stats::Node.
Definition at line 2511 of file statistics.hh.
References csprintf(), and Stats::SumNode< Op >::l.
|
inlinevirtual |
Return the total of the result vector.
Implements Stats::Node.
Definition at line 2493 of file statistics.hh.
References ArmISA::i, Stats::SumNode< Op >::l, X86ISA::op, Stats::SumNode< Op >::result(), and Stats::SumNode< Op >::size().
NodePtr Stats::SumNode< Op >::l |
Definition at line 2470 of file statistics.hh.
Referenced by Stats::SumNode< Op >::result(), Stats::SumNode< Op >::str(), and Stats::SumNode< Op >::total().
|
mutable |
Definition at line 2471 of file statistics.hh.
Referenced by Stats::SumNode< Op >::result().