gem5
|
#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 |
Private Attributes | |
const ScalarProxy< Stat > | proxy |
VResult | vresult |
Definition at line 2125 of file statistics.hh.
|
inline |
Definition at line 2132 of file statistics.hh.
|
inlinevirtual |
Return the result vector of this subtree.
Implements Stats::Node.
Definition at line 2137 of file statistics.hh.
References Stats::ScalarProxyNode< Stat >::proxy, and Stats::ScalarProxyNode< Stat >::vresult.
|
inlinevirtual |
Return the number of nodes in the subtree starting at this node.
Implements Stats::Node.
Definition at line 2150 of file statistics.hh.
|
inlinevirtual |
Implements Stats::Node.
Definition at line 2159 of file statistics.hh.
References Stats::ScalarProxyNode< Stat >::proxy.
|
inlinevirtual |
Return the total of the result vector.
Implements Stats::Node.
Definition at line 2144 of file statistics.hh.
References Stats::ScalarProxyNode< Stat >::proxy.
|
private |
Definition at line 2128 of file statistics.hh.
Referenced by Stats::ScalarProxyNode< Stat >::result(), Stats::ScalarProxyNode< Stat >::str(), and Stats::ScalarProxyNode< Stat >::total().
|
mutableprivate |
Definition at line 2129 of file statistics.hh.
Referenced by Stats::ScalarProxyNode< Stat >::result().