gem5
v20.0.0.2
|
#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 |
![]() | |
virtual | ~Node () |
Private Attributes | |
const VectorInfo * | data |
Definition at line 2195 of file statistics.hh.
|
inline |
Definition at line 2201 of file statistics.hh.
|
inlinevirtual |
Return the result vector of this subtree.
Implements Stats::Node.
Definition at line 2202 of file statistics.hh.
References Stats::VectorInfo::result().
|
inlinevirtual |
Return the number of nodes in the subtree starting at this node.
Implements Stats::Node.
Definition at line 2205 of file statistics.hh.
References Stats::VectorInfo::size().
|
inlinevirtual |
Implements Stats::Node.
Definition at line 2207 of file statistics.hh.
References Stats::Info::name.
|
inlinevirtual |
Return the total of the result vector.
Implements Stats::Node.
Definition at line 2203 of file statistics.hh.
References Stats::VectorInfo::total().
|
private |
Definition at line 2198 of file statistics.hh.