gem5
|
#include <statistics.hh>
Public Member Functions | |
ConstVectorNode (const 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 |
Private Attributes | |
VResult | vresult |
Definition at line 2195 of file statistics.hh.
|
inline |
Definition at line 2201 of file statistics.hh.
|
inlinevirtual |
Return the result vector of this subtree.
Implements Stats::Node.
Definition at line 2202 of file statistics.hh.
References Stats::ConstVectorNode< T >::vresult.
|
inlinevirtual |
Return the number of nodes in the subtree starting at this node.
Implements Stats::Node.
Definition at line 2214 of file statistics.hh.
References Stats::ConstVectorNode< T >::vresult.
Referenced by Stats::ConstVectorNode< T >::str(), and Stats::ConstVectorNode< T >::total().
|
inlinevirtual |
Implements Stats::Node.
Definition at line 2216 of file statistics.hh.
References csprintf(), ArmISA::i, Stats::ConstVectorNode< T >::size(), and Stats::ConstVectorNode< T >::vresult.
|
inlinevirtual |
Return the total of the result vector.
Implements Stats::Node.
Definition at line 2205 of file statistics.hh.
References ArmISA::i, Stats::ConstVectorNode< T >::size(), and Stats::ConstVectorNode< T >::vresult.
|
private |
Definition at line 2198 of file statistics.hh.
Referenced by Stats::ConstVectorNode< T >::result(), Stats::ConstVectorNode< T >::size(), Stats::ConstVectorNode< T >::str(), and Stats::ConstVectorNode< T >::total().