gem5
v20.0.0.2
|
#include <statistics.hh>
Public Member Functions | |
ScalarStatNode (const ScalarInfo *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 ScalarInfo * | data |
VResult | vresult |
Definition at line 2128 of file statistics.hh.
|
inline |
Definition at line 2135 of file statistics.hh.
|
inlinevirtual |
Return the result vector of this subtree.
Implements Stats::Node.
Definition at line 2138 of file statistics.hh.
References Stats::ScalarInfo::result().
|
inlinevirtual |
Return the number of nodes in the subtree starting at this node.
Implements Stats::Node.
Definition at line 2146 of file statistics.hh.
|
inlinevirtual |
Implements Stats::Node.
Definition at line 2151 of file statistics.hh.
References Stats::Info::name.
|
inlinevirtual |
Return the total of the result vector.
Implements Stats::Node.
Definition at line 2144 of file statistics.hh.
References Stats::ScalarInfo::result().
|
private |
Definition at line 2131 of file statistics.hh.
|
mutableprivate |
Definition at line 2132 of file statistics.hh.