gem5
v19.0.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 |
![]() | |
virtual | ~Node () |
Private Attributes | |
VResult | vresult |
Definition at line 2228 of file statistics.hh.
|
inline |
Definition at line 2234 of file statistics.hh.
|
inlinevirtual |
Return the result vector of this subtree.
Implements Stats::Node.
Definition at line 2235 of file statistics.hh.
|
inlinevirtual |
Return the number of nodes in the subtree starting at this node.
Implements Stats::Node.
Definition at line 2247 of file statistics.hh.
|
inlinevirtual |
Implements Stats::Node.
Definition at line 2249 of file statistics.hh.
References csprintf(), ArmISA::i, and sc_dt::to_string().
|
inlinevirtual |
Return the total of the result vector.
Implements Stats::Node.
Definition at line 2238 of file statistics.hh.
References ArmISA::i.
|
private |
Definition at line 2231 of file statistics.hh.