gem5
v20.0.0.2
|
#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 |
![]() | |
virtual | ~Node () |
Private Attributes | |
const Formula & | formula |
VResult | vec |
Definition at line 3095 of file statistics.hh.
|
inline |
Definition at line 3102 of file statistics.hh.
|
inlinevirtual |
Return the result vector of this subtree.
Implements Stats::Node.
Definition at line 3105 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 3104 of file statistics.hh.
References Stats::Formula::size().
|
inlinevirtual |
Implements Stats::Node.
Definition at line 3108 of file statistics.hh.
References Stats::Formula::str().
|
inlinevirtual |
Return the total of the result vector.
Implements Stats::Node.
Definition at line 3106 of file statistics.hh.
References Stats::Formula::total().
|
private |
Definition at line 3098 of file statistics.hh.
|
mutableprivate |
Definition at line 3099 of file statistics.hh.