gem5
|
#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 |
Private Attributes | |
const ScalarInfo * | data |
VResult | vresult |
Definition at line 2098 of file statistics.hh.
|
inline |
Definition at line 2105 of file statistics.hh.
|
inlinevirtual |
Return the result vector of this subtree.
Implements Stats::Node.
Definition at line 2108 of file statistics.hh.
References data, Stats::ScalarInfo::result(), and vresult.
|
inlinevirtual |
Return the number of nodes in the subtree starting at this node.
Implements Stats::Node.
Definition at line 2116 of file statistics.hh.
|
inlinevirtual |
Implements Stats::Node.
Definition at line 2121 of file statistics.hh.
References data, and Stats::Info::name.
|
inlinevirtual |
Return the total of the result vector.
Implements Stats::Node.
Definition at line 2114 of file statistics.hh.
References data, and Stats::ScalarInfo::result().
|
private |
Definition at line 2101 of file statistics.hh.
|
mutableprivate |
Definition at line 2102 of file statistics.hh.
Referenced by result().