gem5
|
#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 Attributes | |
NodePtr | l |
VResult | vresult |
Definition at line 2409 of file statistics.hh.
|
inline |
Definition at line 2416 of file statistics.hh.
|
inlinevirtual |
Return the result vector of this subtree.
Implements Stats::Node.
Definition at line 2419 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 2450 of file statistics.hh.
Referenced by Stats::SumNode< Op >::result(), and Stats::SumNode< Op >::total().
|
inlinevirtual |
Implements Stats::Node.
Definition at line 2453 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 2435 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 2412 of file statistics.hh.
Referenced by Stats::SumNode< Op >::result(), Stats::SumNode< Op >::str(), and Stats::SumNode< Op >::total().
|
mutable |
Definition at line 2413 of file statistics.hh.
Referenced by Stats::SumNode< Op >::result().