gem5
|
#include <statistics.hh>
Public Member Functions | |
VectorStatNode (const VectorInfo *d) | |
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 |
Private Attributes | |
const VectorInfo * | data |
Definition at line 2165 of file statistics.hh.
|
inline |
Definition at line 2171 of file statistics.hh.
|
inlinevirtual |
Return the result vector of this subtree.
Implements Stats::Node.
Definition at line 2172 of file statistics.hh.
References data, and Stats::VectorInfo::result().
|
inlinevirtual |
Return the number of nodes in the subtree starting at this node.
Implements Stats::Node.
Definition at line 2175 of file statistics.hh.
References data, and Stats::VectorInfo::size().
|
inlinevirtual |
Implements Stats::Node.
Definition at line 2177 of file statistics.hh.
References data, and Stats::Info::name.
|
inlinevirtual |
Return the total of the result vector.
Implements Stats::Node.
Definition at line 2173 of file statistics.hh.
References data, and Stats::VectorInfo::total().
|
private |