|
gem5
v19.0.0.0
|
#include <statistics.hh>
Public Member Functions | |
| FormulaNode (const Formula &f) | |
| size_type | size () const |
| Return the number of nodes in the subtree starting at this node. More... | |
| const VResult & | result () const |
| Return the result vector of this subtree. More... | |
| Result | total () const |
| Return the total of the result vector. More... | |
| std::string | str () const |
Public Member Functions inherited from Stats::Node | |
| virtual | ~Node () |
Private Attributes | |
| const Formula & | formula |
| VResult | vec |
Definition at line 3098 of file statistics.hh.
|
inline |
Definition at line 3105 of file statistics.hh.
|
inlinevirtual |
Return the result vector of this subtree.
Implements Stats::Node.
Definition at line 3108 of file statistics.hh.
References Stats::Formula::result().
|
inlinevirtual |
Return the number of nodes in the subtree starting at this node.
Implements Stats::Node.
Definition at line 3107 of file statistics.hh.
References Stats::Formula::size().
|
inlinevirtual |
Implements Stats::Node.
Definition at line 3111 of file statistics.hh.
References Stats::Formula::str().
|
inlinevirtual |
Return the total of the result vector.
Implements Stats::Node.
Definition at line 3109 of file statistics.hh.
References Stats::Formula::total().
|
private |
Definition at line 3101 of file statistics.hh.
|
mutableprivate |
Definition at line 3102 of file statistics.hh.