|
gem5
v19.0.0.0
|
#include <statistics.hh>
Public Member Functions | |
| ScalarProxyNode (const ScalarProxy< Stat > &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 Member Functions inherited from Stats::Node | |
| virtual | ~Node () |
Private Attributes | |
| const ScalarProxy< Stat > | proxy |
| VResult | vresult |
Definition at line 2158 of file statistics.hh.
|
inline |
Definition at line 2165 of file statistics.hh.
|
inlinevirtual |
Return the result vector of this subtree.
Implements Stats::Node.
Definition at line 2170 of file statistics.hh.
References Stats::ScalarProxy< Stat >::result().
|
inlinevirtual |
Return the number of nodes in the subtree starting at this node.
Implements Stats::Node.
Definition at line 2183 of file statistics.hh.
|
inlinevirtual |
Implements Stats::Node.
Definition at line 2192 of file statistics.hh.
References Stats::ScalarProxy< Stat >::str().
|
inlinevirtual |
Return the total of the result vector.
Implements Stats::Node.
Definition at line 2177 of file statistics.hh.
References Stats::ScalarProxy< Stat >::result().
|
private |
Definition at line 2161 of file statistics.hh.
|
mutableprivate |
Definition at line 2162 of file statistics.hh.