|
gem5
|
#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 |
Private Attributes | |
| const Formula & | formula |
| VResult | vec |
Definition at line 2977 of file statistics.hh.
|
inline |
Definition at line 2984 of file statistics.hh.
|
inlinevirtual |
Return the result vector of this subtree.
Implements Stats::Node.
Definition at line 2987 of file statistics.hh.
References formula, Stats::Formula::result(), and vec.
|
inlinevirtual |
Return the number of nodes in the subtree starting at this node.
Implements Stats::Node.
Definition at line 2986 of file statistics.hh.
References formula, and Stats::Formula::size().
|
inlinevirtual |
Implements Stats::Node.
Definition at line 2990 of file statistics.hh.
References formula, and Stats::Formula::str().
|
inlinevirtual |
Return the total of the result vector.
Implements Stats::Node.
Definition at line 2988 of file statistics.hh.
References formula, and Stats::Formula::total().
|
private |
|
mutableprivate |
Definition at line 2981 of file statistics.hh.
Referenced by result().