gem5  v20.1.0.0
Public Member Functions | Private Attributes | List of all members
Stats::VectorStatNode Class Reference

#include <statistics.hh>

Inheritance diagram for Stats::VectorStatNode:
Stats::Node

Public Member Functions

 VectorStatNode (const VectorInfo *d)
 
const VResultresult () 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

const VectorInfodata
 

Detailed Description

Definition at line 2223 of file statistics.hh.

Constructor & Destructor Documentation

◆ VectorStatNode()

Stats::VectorStatNode::VectorStatNode ( const VectorInfo d)
inline

Definition at line 2229 of file statistics.hh.

Member Function Documentation

◆ result()

const VResult& Stats::VectorStatNode::result ( ) const
inlinevirtual

Return the result vector of this subtree.

Returns
The result vector of this subtree.

Implements Stats::Node.

Definition at line 2230 of file statistics.hh.

References data, and Stats::VectorInfo::result().

◆ size()

size_type Stats::VectorStatNode::size ( ) const
inlinevirtual

Return the number of nodes in the subtree starting at this node.

Returns
the number of nodes in this subtree.

Implements Stats::Node.

Definition at line 2233 of file statistics.hh.

References data, and Stats::VectorInfo::size().

◆ str()

std::string Stats::VectorStatNode::str ( ) const
inlinevirtual

Implements Stats::Node.

Definition at line 2235 of file statistics.hh.

References data, and Stats::Info::name.

◆ total()

Result Stats::VectorStatNode::total ( ) const
inlinevirtual

Return the total of the result vector.

Returns
The total of the result vector.

Implements Stats::Node.

Definition at line 2231 of file statistics.hh.

References data, and Stats::VectorInfo::total().

Member Data Documentation

◆ data

const VectorInfo* Stats::VectorStatNode::data
private

Definition at line 2226 of file statistics.hh.

Referenced by result(), size(), str(), and total().


The documentation for this class was generated from the following file:

Generated on Wed Sep 30 2020 14:03:13 for gem5 by doxygen 1.8.17