gem5 v24.0.0.0
Loading...
Searching...
No Matches
gem5::statistics::VectorStatNode Class Reference

#include <statistics.hh>

Inheritance diagram for gem5::statistics::VectorStatNode:
gem5::statistics::Node

Public Member Functions

 VectorStatNode (const VectorInfo *d)
 
const VResultresult () const
 Return the result vector of this subtree.
 
Result total () const
 Return the total of the result vector.
 
size_type size () const
 Return the number of nodes in the subtree starting at this node.
 
std::string str () const
 
- Public Member Functions inherited from gem5::statistics::Node
virtual ~Node ()
 

Private Attributes

const VectorInfodata
 

Detailed Description

Definition at line 1619 of file statistics.hh.

Constructor & Destructor Documentation

◆ VectorStatNode()

gem5::statistics::VectorStatNode::VectorStatNode ( const VectorInfo * d)
inline

Definition at line 1625 of file statistics.hh.

Member Function Documentation

◆ result()

const VResult & gem5::statistics::VectorStatNode::result ( ) const
inlinevirtual

Return the result vector of this subtree.

Returns
The result vector of this subtree.

Implements gem5::statistics::Node.

Definition at line 1626 of file statistics.hh.

References data, and gem5::statistics::VectorInfo::result().

◆ size()

size_type gem5::statistics::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 gem5::statistics::Node.

Definition at line 1629 of file statistics.hh.

References data, and gem5::statistics::VectorInfo::size().

◆ str()

std::string gem5::statistics::VectorStatNode::str ( ) const
inlinevirtual

Implements gem5::statistics::Node.

Definition at line 1631 of file statistics.hh.

References data, and gem5::statistics::Info::name.

◆ total()

Result gem5::statistics::VectorStatNode::total ( ) const
inlinevirtual

Return the total of the result vector.

Returns
The total of the result vector.

Implements gem5::statistics::Node.

Definition at line 1627 of file statistics.hh.

References data, and gem5::statistics::VectorInfo::total().

Member Data Documentation

◆ data

const VectorInfo* gem5::statistics::VectorStatNode::data
private

Definition at line 1622 of file statistics.hh.

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


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

Generated on Tue Jun 18 2024 16:24:24 for gem5 by doxygen 1.11.0