gem5
v20.1.0.0
|
#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 |
Public Member Functions inherited from Stats::Node | |
virtual | ~Node () |
Private Attributes | |
VResult | vresult |
Definition at line 2253 of file statistics.hh.
|
inline |
Definition at line 2259 of file statistics.hh.
|
inlinevirtual |
Return the result vector of this subtree.
Implements Stats::Node.
Definition at line 2260 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 2272 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 2274 of file statistics.hh.
References csprintf(), ArmISA::i, Stats::ConstVectorNode< T >::size(), sc_dt::to_string(), and Stats::ConstVectorNode< T >::vresult.
|
inlinevirtual |
Return the total of the result vector.
Implements Stats::Node.
Definition at line 2263 of file statistics.hh.
References ArmISA::i, Stats::ConstVectorNode< T >::size(), and Stats::ConstVectorNode< T >::vresult.
|
private |
Definition at line 2256 of file statistics.hh.
Referenced by Stats::ConstVectorNode< T >::result(), Stats::ConstVectorNode< T >::size(), Stats::ConstVectorNode< T >::str(), and Stats::ConstVectorNode< T >::total().