gem5
v21.0.0.0
|
#include <statistics.hh>
Public Member Functions | |
ConstNode (T s) | |
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 |
![]() | |
virtual | ~Node () |
Private Attributes | |
VResult | vresult |
Definition at line 1639 of file statistics.hh.
|
inline |
Definition at line 1645 of file statistics.hh.
|
inlinevirtual |
Return the result vector of this subtree.
Implements Stats::Node.
Definition at line 1646 of file statistics.hh.
References Stats::ConstNode< T >::vresult.
|
inlinevirtual |
Return the number of nodes in the subtree starting at this node.
Implements Stats::Node.
Definition at line 1648 of file statistics.hh.
|
inlinevirtual |
Implements Stats::Node.
Definition at line 1649 of file statistics.hh.
References sc_dt::to_string(), and Stats::ConstNode< T >::vresult.
|
inlinevirtual |
Return the total of the result vector.
Implements Stats::Node.
Definition at line 1647 of file statistics.hh.
References Stats::ConstNode< T >::vresult.
|
private |
Definition at line 1642 of file statistics.hh.
Referenced by Stats::ConstNode< T >::result(), Stats::ConstNode< T >::str(), and Stats::ConstNode< T >::total().